summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/interface/explicit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/interface/explicit.go b/test/interface/explicit.go
index 9b90cb7a5..bd1bd19a9 100644
--- a/test/interface/explicit.go
+++ b/test/interface/explicit.go
@@ -37,5 +37,5 @@ func main() {
i2 = I2(i); // ERROR "need explicit|need type assertion"
e = E(t); // ok
- t = T(e); // ERROR "need explicit|need type assertion"
+ t = T(e); // ERROR "need explicit|need type assertion|incompatible"
}