aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue6403.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue6403.go')
-rw-r--r--test/fixedbugs/issue6403.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixedbugs/issue6403.go b/test/fixedbugs/issue6403.go
index b61e2e225d..809efefa0f 100644
--- a/test/fixedbugs/issue6403.go
+++ b/test/fixedbugs/issue6403.go
@@ -10,5 +10,5 @@ package p
import "syscall"
-const A int = syscall.X // ERROR "undefined: syscall.X"
-const B int = voidpkg.X // ERROR "undefined: voidpkg"
+const A int = syscall.X // ERROR "undefined: syscall.X|undefined identifier .*syscall.X"
+const B int = voidpkg.X // ERROR "undefined: voidpkg|undefined name .*voidpkg"