]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/switch7.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / switch7.go
index 75060669b33b05c68899bcc87f5ca059022d9303..3fb0129b15e2d35c0d0ad766d792d5562cc612d2 100644 (file)
@@ -27,7 +27,7 @@ func f4(e interface{}) {
        case struct {
                i int "tag2"
        }:
-       case struct { // ERROR "duplicate case struct { i int .tag1. } in type switch"
+       case struct { // ERROR "duplicate case struct { i int .tag1. } in type switch|duplicate case"
                i int "tag1"
        }:
        }