summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/fixedbugs/bug231.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug231.go b/test/fixedbugs/bug231.go
index e11200b9c..91996d313 100644
--- a/test/fixedbugs/bug231.go
+++ b/test/fixedbugs/bug231.go
@@ -17,6 +17,6 @@ func main() {
var i I
i = m
- i = t // ERROR "not a method"
+ i = t // ERROR "not a method|has no methods"
_ = i
}