summaryrefslogtreecommitdiff
path: root/test/named1.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/named1.go')
-rw-r--r--test/named1.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/named1.go b/test/named1.go
index 241697d5c..600e502f9 100644
--- a/test/named1.go
+++ b/test/named1.go
@@ -64,5 +64,5 @@ func main() {
b = closed(c) // ERROR "cannot use.*type bool.*type Bool"
_ = b
- asString(String(slice)) // ERROR "cannot convert slice"
+ asString(String(slice)) // ERROR "cannot .*type Slice.*type String"
}