From d45ba2c146e5861569a34f44907fae1386b238ab Mon Sep 17 00:00:00 2001 From: David Symonds Date: Wed, 6 Jul 2011 14:18:46 +1000 Subject: exp/template: remove debugging dreg. R=r, gri TBR=r CC=golang-dev https://golang.org/cl/4671047 --- src/pkg/exp/template/lex_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pkg/exp/template/lex_test.go b/src/pkg/exp/template/lex_test.go index 4246b400dd..67c4bb0600 100644 --- a/src/pkg/exp/template/lex_test.go +++ b/src/pkg/exp/template/lex_test.go @@ -140,7 +140,6 @@ func collect(t *lexTest) (items []item) { func TestLex(t *testing.T) { for _, test := range lexTests { - println(test.name) items := collect(&test) if !reflect.DeepEqual(items, test.items) { t.Errorf("%s: got\n\t%v\nexpected\n\t%v", test.name, items, test.items) -- cgit v1.2.3-54-g00ecf