summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug229.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug229.go')
-rw-r--r--test/fixedbugs/bug229.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug229.go b/test/fixedbugs/bug229.go
index fe0f0d8c7..6c9de9ba9 100644
--- a/test/fixedbugs/bug229.go
+++ b/test/fixedbugs/bug229.go
@@ -16,5 +16,5 @@ func main() {
t.ch = nil // ERROR "unexported"
- println(testing.anyLowercaseName("asdf")) // ERROR "unexported"
+ println(testing.anyLowercaseName("asdf")) // ERROR "unexported" "undefined: testing.anyLowercaseName"
}