From: Robert Griesemer Date: Wed, 10 Jul 2013 21:19:35 +0000 (-0700) Subject: go/format: fix failing test (fix build) X-Git-Tag: go1.2rc2~1091 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=dff0c194464bf23fc924242885843426a91b8969;p=gostls13.git go/format: fix failing test (fix build) R=khr CC=golang-dev https://golang.org/cl/11131043 --- diff --git a/src/pkg/go/format/format_test.go b/src/pkg/go/format/format_test.go index 7d7940bb51..93f0992477 100644 --- a/src/pkg/go/format/format_test.go +++ b/src/pkg/go/format/format_test.go @@ -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", }