summaryrefslogtreecommitdiff
path: root/test/syntax/semi6.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/syntax/semi6.go')
-rw-r--r--test/syntax/semi6.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syntax/semi6.go b/test/syntax/semi6.go
index 75de3e0a1..b6279ed30 100644
--- a/test/syntax/semi6.go
+++ b/test/syntax/semi6.go
@@ -6,7 +6,7 @@
package main
-type T // ERROR "unexpected ; or newline in type declaration"
+type T // ERROR "unexpected semicolon or newline in type declaration"
{