summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug121.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug121.go')
-rw-r--r--test/fixedbugs/bug121.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug121.go b/test/fixedbugs/bug121.go
index 6473fa995..7bd721815 100644
--- a/test/fixedbugs/bug121.go
+++ b/test/fixedbugs/bug121.go
@@ -10,6 +10,6 @@ type T func()
type I interface {
f, g ();
- h T; // ERROR "syntax"
+ h T; // ERROR "syntax|signature"
}