go/format: fix failing test (fix build)

R=khr
CC=golang-dev
https://golang.org/cl/11131043
This commit is contained in:
Robert Griesemer 2013-07-10 14:19:35 -07:00
parent 4fdc81d001
commit dff0c19446
1 changed files with 0 additions and 1 deletions

View File

@ -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",
}