summaryrefslogtreecommitdiff
path: root/test/syntax/semi2.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/syntax/semi2.go')
-rw-r--r--test/syntax/semi2.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syntax/semi2.go b/test/syntax/semi2.go
index cfb0ed17b..61b8bf6d4 100644
--- a/test/syntax/semi2.go
+++ b/test/syntax/semi2.go
@@ -7,7 +7,7 @@
package main
func main() {
- switch x; y // ERROR "unexpected semicolon or newline before .?{.?|undefined"
+ switch x; y // ERROR "missing { after switch clause|undefined"
{
z