aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue11361.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue11361.go')
-rw-r--r--test/fixedbugs/issue11361.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixedbugs/issue11361.go b/test/fixedbugs/issue11361.go
index 1260ea89c9..63dbf05d73 100644
--- a/test/fixedbugs/issue11361.go
+++ b/test/fixedbugs/issue11361.go
@@ -6,6 +6,6 @@
package a
-import "fmt" // ERROR "imported and not used"
+import "fmt" // GC_ERROR "imported and not used"
-const n = fmt // ERROR "fmt without selector"
+const n = fmt // ERROR "fmt without selector|unexpected reference to package"