From da0f154cecf72a30fb2412aa018803208e80dde3 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 26 Jan 2010 23:13:22 -0800 Subject: 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 --- test/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/run') 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'/' -- cgit v1.2.3