diff --git a/test/runtime.go b/test/runtime.go index 9507300a27..256873a7a9 100644 --- a/test/runtime.go +++ b/test/runtime.go @@ -16,5 +16,5 @@ package main import "runtime" func main() { - runtime.printbool(true); // ERROR "cannot refer|undefined identifier" + runtime.printbool(true); // ERROR "unexported" }