diff options
Diffstat (limited to 'tpl/internal/go_templates/htmltemplate/transition_test.go')
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/transition_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tpl/internal/go_templates/htmltemplate/transition_test.go b/tpl/internal/go_templates/htmltemplate/transition_test.go index 00b0ff6ca..c3257a839 100644 --- a/tpl/internal/go_templates/htmltemplate/transition_test.go +++ b/tpl/internal/go_templates/htmltemplate/transition_test.go @@ -42,7 +42,6 @@ func TestFindEndTag(t *testing.T) { } func BenchmarkTemplateSpecialTags(b *testing.B) { - r := struct { Name, Gift string }{"Aunt Mildred", "bone china tea set"} |