Commit 929e27e3 authored by Rob Pike's avatar Rob Pike

fix build

R=gri
http://go/go-review/1017014
parent be56b957
...@@ -221,7 +221,7 @@ var tests = []*Test{ ...@@ -221,7 +221,7 @@ var tests = []*Test{
&Test{ &Test{
in: "{.repeated section integer}{.end}", in: "{.repeated section integer}{.end}",
err: "line 0: .repeated: cannot repeat integer (type int)", err: "line 1: .repeated: cannot repeat integer (type int)",
}, },
// Nested names // Nested names
......
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