aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue6402.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue6402.go')
-rw-r--r--test/fixedbugs/issue6402.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue6402.go b/test/fixedbugs/issue6402.go
index da5980c9ab..ecde9ae510 100644
--- a/test/fixedbugs/issue6402.go
+++ b/test/fixedbugs/issue6402.go
@@ -9,5 +9,5 @@
package p
func f() uintptr {
- return nil // ERROR "cannot use nil as type uintptr in return argument"
+ return nil // ERROR "cannot use nil as type uintptr in return argument|incompatible type"
}