summaryrefslogtreecommitdiff
path: root/test/syntax/semi4.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/syntax/semi4.go')
-rw-r--r--test/syntax/semi4.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syntax/semi4.go b/test/syntax/semi4.go
index e192348aa..00fa3f575 100644
--- a/test/syntax/semi4.go
+++ b/test/syntax/semi4.go
@@ -8,7 +8,7 @@ package main
func main() {
for x // GCCGO_ERROR "undefined"
- { // ERROR "unexpected semicolon or newline before .?{.?"
+ { // ERROR "missing { after for clause"
z // GCCGO_ERROR "undefined"