aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue19880.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue19880.go')
-rw-r--r--test/fixedbugs/issue19880.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue19880.go b/test/fixedbugs/issue19880.go
index 629c95d960..3d83cf3a12 100644
--- a/test/fixedbugs/issue19880.go
+++ b/test/fixedbugs/issue19880.go
@@ -11,7 +11,7 @@ type T struct {
}
func a() {
- _ = T // ERROR "type T is not an expression"
+ _ = T // ERROR "type T is not an expression|invalid use of type"
}
func b() {