aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue10975.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue10975.go')
-rw-r--r--test/fixedbugs/issue10975.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue10975.go b/test/fixedbugs/issue10975.go
index 876ea58ef9..a58ccce2db 100644
--- a/test/fixedbugs/issue10975.go
+++ b/test/fixedbugs/issue10975.go
@@ -10,7 +10,7 @@
package main
type I interface {
- int // ERROR "interface contains embedded non-interface|not an interface"
+ int // ERROR "interface contains embedded non-interface|embedding non-interface type"
}
func New() I {