summaryrefslogtreecommitdiff
path: root/test/syntax/semi6.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-01-28 15:57:44 -0800
committerRuss Cox <rsc@golang.org>2010-01-28 15:57:44 -0800
commitf76bb64e8aa4f6668da0f563610119662319f097 (patch)
treecdc9ee8e730f40df87c3caf80c0c6ff3315f802c /test/syntax/semi6.go
parente9deba88776f21c127123a2350f15ff5cfca1f4a (diff)
downloadgo-f76bb64e8aa4f6668da0f563610119662319f097.tar.gz
gc: tweak error messages, avoid internalization settings in bison
R=r CC=golang-dev http://codereview.appspot.com/194129
Diffstat (limited to 'test/syntax/semi6.go')
-rw-r--r--test/syntax/semi6.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syntax/semi6.go b/test/syntax/semi6.go
index 75de3e0a1..b6279ed30 100644
--- a/test/syntax/semi6.go
+++ b/test/syntax/semi6.go
@@ -6,7 +6,7 @@
package main
-type T // ERROR "unexpected ; or newline in type declaration"
+type T // ERROR "unexpected semicolon or newline in type declaration"
{