aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/go.test/test/interface/explicit.go
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/go.test/test/interface/explicit.go')
-rw-r--r--gcc/testsuite/go.test/test/interface/explicit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/go.test/test/interface/explicit.go b/gcc/testsuite/go.test/test/interface/explicit.go
index b6a582f..daae59b 100644
--- a/gcc/testsuite/go.test/test/interface/explicit.go
+++ b/gcc/testsuite/go.test/test/interface/explicit.go
@@ -48,7 +48,7 @@ func main() {
i2 = I2(i) // ERROR "invalid|missing N method"
e = E(t) // ok
- t = T(e) // ERROR "need explicit|need type assertion|incompatible"
+ t = T(e) // ERROR "need explicit|need type assertion|incompatible" "as type [*]T"
}
type M interface {