aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue5172.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue5172.go')
-rw-r--r--test/fixedbugs/issue5172.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue5172.go b/test/fixedbugs/issue5172.go
index 0339935b64..ed92ac6ff2 100644
--- a/test/fixedbugs/issue5172.go
+++ b/test/fixedbugs/issue5172.go
@@ -21,6 +21,6 @@ func main() {
go f.bar() // ERROR "undefined"
defer f.bar() // ERROR "undefined"
- t := T{1} // ERROR "too many values"
+ t := T{1} // ERROR "too many"
go t.Bar()
}