aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue13266.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue13266.go')
-rw-r--r--test/fixedbugs/issue13266.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue13266.go b/test/fixedbugs/issue13266.go
index 37c5594a24..73c9e16bcc 100644
--- a/test/fixedbugs/issue13266.go
+++ b/test/fixedbugs/issue13266.go
@@ -7,4 +7,4 @@
// Offending character % must not be interpreted as
// start of format verb when emitting error message.
-package% // ERROR "unexpected %"
+package% // ERROR "unexpected %|package name must be an identifier|after package clause|expected declaration"