summaryrefslogtreecommitdiff
path: root/test/syntax/semi1.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/syntax/semi1.go')
-rw-r--r--test/syntax/semi1.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syntax/semi1.go b/test/syntax/semi1.go
index cc30f2654..6e0428121 100644
--- a/test/syntax/semi1.go
+++ b/test/syntax/semi1.go
@@ -7,7 +7,7 @@
package main
func main() {
- if x; y // ERROR "missing { after if clause|undefined"
+ if x; y // ERROR "missing .*{.* after if clause|undefined"
{
z // GCCGO_ERROR "undefined"