1
0
mirror of https://github.com/golang/go synced 2024-11-21 14:14:40 -07:00

exp/template: remove debugging dreg.

R=r, gri
TBR=r
CC=golang-dev
https://golang.org/cl/4671047
This commit is contained in:
David Symonds 2011-07-06 14:18:46 +10:00
parent 1e6d946594
commit d45ba2c146

View File

@ -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)