aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue11610.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue11610.go')
-rw-r--r--test/fixedbugs/issue11610.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixedbugs/issue11610.go b/test/fixedbugs/issue11610.go
index 8ca31bf394..7ebfae6709 100644
--- a/test/fixedbugs/issue11610.go
+++ b/test/fixedbugs/issue11610.go
@@ -9,9 +9,9 @@
package a
import"" // ERROR "import path is empty"
-var? // ERROR "invalid character U\+003F '\?'"
+var? // ERROR "invalid character U\+003F '\?'|invalid character 0x3f in input file"
-var x int // ERROR "unexpected var"
+var x int // ERROR "unexpected var|expected identifier|expected type"
func main() {
}