summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@golang.org>2011-07-06 14:18:46 +1000
committerDavid Symonds <dsymonds@golang.org>2011-07-06 14:18:46 +1000
commite068581417cdeda19a4670cb5171c494f54cd23e (patch)
treefa907c07a5272dc9b6f8f81dc19d212c2317f145
parent813e80ab9168d1c6c809a97ab924f467eb670201 (diff)
downloadgo-e068581417cdeda19a4670cb5171c494f54cd23e.tar.gz
exp/template: remove debugging dreg.
R=r, gri TBR=r CC=golang-dev http://codereview.appspot.com/4671047
-rw-r--r--src/pkg/exp/template/lex_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/exp/template/lex_test.go b/src/pkg/exp/template/lex_test.go
index 4246b400d..67c4bb060 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)