Commit d45ba2c1 authored by David Symonds's avatar David Symonds

exp/template: remove debugging dreg.

R=r, gri
TBR=r
CC=golang-dev
https://golang.org/cl/4671047
parent 1e6d9465
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment