]> Cypherpunks repositories - gostls13.git/commitdiff
go/format: fix failing test (fix build)
authorRobert Griesemer <gri@golang.org>
Wed, 10 Jul 2013 21:19:35 +0000 (14:19 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 10 Jul 2013 21:19:35 +0000 (14:19 -0700)
R=khr
CC=golang-dev
https://golang.org/cl/11131043

src/pkg/go/format/format_test.go

index 7d7940bb517a45559eba6886d851c2f5e04e7078..93f0992477ca380d4520f8f8889abd8eea8f250a 100644 (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",
 }