summaryrefslogtreecommitdiff
path: root/test/golden.out
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-01-26 23:13:22 -0800
committerRuss Cox <rsc@golang.org>2010-01-26 23:13:22 -0800
commitada0b68687ffc33bdb8259a0c14498aa4b574f32 (patch)
tree1535ebe4c0e90e048e14683b415f114c7471341a /test/golden.out
parent84f677d33e0cfca4cd5994d3202e340b442361d1 (diff)
downloadgo-ada0b68687ffc33bdb8259a0c14498aa4b574f32.tar.gz
gc: improved syntax errors
* example-based syntax errors (go.errors) * enable bison's more specific errors and translate grammar token names into tokens like ++ * test cases R=ken2, r, ken3 CC=golang-dev http://codereview.appspot.com/194085
Diffstat (limited to 'test/golden.out')
-rw-r--r--test/golden.out2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/golden.out b/test/golden.out
index d87842e4f..59a83e7a8 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -97,6 +97,8 @@ panic PC=xxx
== nilptr/
+== syntax/
+
== fixedbugs/
=========== fixedbugs/bug016.go