aboutsummaryrefslogtreecommitdiff
path: root/test/devirt.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/devirt.go')
-rw-r--r--test/devirt.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/devirt.go b/test/devirt.go
index e0149d8229..d5c815222e 100644
--- a/test/devirt.go
+++ b/test/devirt.go
@@ -31,9 +31,8 @@ func main() {
panic("not 3")
}
- // Can't do types that aren't "direct" interfaces (yet).
r = indirectiface{3, 4, 5}
- if r.Value() != 12 {
+ if r.Value() != 12 { // ERROR "de-virtualizing call$"
panic("not 12")
}
}