summaryrefslogtreecommitdiff
path: root/test/syntax/semi1.go
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2013-08-19 12:05:33 +1000
committerRob Pike <r@golang.org>2013-08-19 12:05:33 +1000
commitc470c41207d78df697844142d0bed60edf510608 (patch)
tree7e14d293a9e5f22f7d1739f193dbef8a64fb0950 /test/syntax/semi1.go
parent4ee13979d7c6235a71d84d88494f24a83e3a90e9 (diff)
downloadgo-c470c41207d78df697844142d0bed60edf510608.tar.gz
test: fix build
syntax/*: update messages sliceerr3.go: bizarre new error fixed by deleting a space. I could have sworn I ran all.bash before submitting the CL that triggered these. TBR=golang-dev@googlegroups.com R=golang-dev CC=golang-dev https://codereview.appspot.com/12812044
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 8fbfb206a..cc30f2654 100644
--- a/test/syntax/semi1.go
+++ b/test/syntax/semi1.go
@@ -7,7 +7,7 @@
package main
func main() {
- if x; y // ERROR "unexpected semicolon or newline before .?{.?|undefined"
+ if x; y // ERROR "missing { after if clause|undefined"
{
z // GCCGO_ERROR "undefined"