diff options
author | Russ Cox <rsc@golang.org> | 2010-01-26 23:13:22 -0800 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2010-01-26 23:13:22 -0800 |
commit | da0f154cecf72a30fb2412aa018803208e80dde3 (patch) | |
tree | 1535ebe4c0e90e048e14683b415f114c7471341a /test/run | |
parent | 2ccb4107adca6819d7765672f49d7de7d2024736 (diff) | |
download | golang-da0f154cecf72a30fb2412aa018803208e80dde3.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/run')
-rwxr-xr-x | test/run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ ulimit -c 0 true >pass.out >times.out -for dir in . ken chan interface nilptr fixedbugs bugs +for dir in . ken chan interface nilptr syntax fixedbugs bugs do echo echo '==' $dir'/' |