Commit 5e77b0a8 authored by Rob Pike's avatar Rob Pike

fix erroneous test

SVN=121554
parent 609cf0c3
......@@ -53,7 +53,6 @@ BUG: known to fail incorrectly
=========== ./string_lit.go
string_lit.go:5: syntax error
string_lit.go:12: unknown escape sequence: \
string_lit.go:12: unknown escape sequence: '
BUG: known to fail incorrectly
=========== ./switch.go
......
......@@ -14,7 +14,7 @@ func main() {
"a",
"ä",
"本",
"\a\b\f\n\r\t\v\\\'\"",
"\a\b\f\n\r\t\v\\\"",
"\000\123\x00\xca\xFE\u0123\ubabe\U0123ABCD\Ucafebabe",
``,
......
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