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 61b8bf6d4..23d7bd0ee 100644
--- a/test/syntax/semi2.go
+++ b/test/syntax/semi2.go
@@ -7,7 +7,7 @@
package main
func main() {
- switch x; y // ERROR "missing { after switch clause|undefined"
+ switch x; y // ERROR "missing .*{.* after switch clause|undefined"
{
z