From dff0c194464bf23fc924242885843426a91b8969 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 10 Jul 2013 14:19:35 -0700 Subject: [PATCH] go/format: fix failing test (fix build) R=khr CC=golang-dev https://golang.org/cl/11131043 --- src/pkg/go/format/format_test.go | 1 - 1 file changed, 1 deletion(-) 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", } -- 2.48.1