Index: test/syntax/semi1.go |
=================================================================== |
--- 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" |