summaryrefslogtreecommitdiff
path: root/test/run
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
commitda0f154cecf72a30fb2412aa018803208e80dde3 (patch)
tree1535ebe4c0e90e048e14683b415f114c7471341a /test/run
parent2ccb4107adca6819d7765672f49d7de7d2024736 (diff)
downloadgolang-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-xtest/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run b/test/run
index b9bc5da0f..6d9a71fca 100755
--- a/test/run
+++ b/test/run
@@ -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'/'