Commit dff0c194 authored by Robert Griesemer's avatar Robert Griesemer

go/format: fix failing test (fix build)

R=khr
CC=golang-dev
https://golang.org/cl/11131043
parent 4fdc81d0
......@@ -90,7 +90,6 @@ var tests = []string{
"\n\t\t\n\n\t\t\tx := 0\n\t\t\tconst s = `\nfoo\n`\n\n\n", // no indentation inside raw strings
// erroneous programs
"ERRORvar x",
"ERROR1 + 2 +",
"ERRORx := 0",
}
......
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