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
commit16fd26a8d3624905e0c115b1c34107c628661ca5 (patch)
treecdc9ee8e730f40df87c3caf80c0c6ff3315f802c /test/syntax/semi6.go
parentcffa5c3529a4df2e00cc353b78b151af2412293f (diff)
downloadgolang-16fd26a8d3624905e0c115b1c34107c628661ca5.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"
{