diff options
author | Russ Cox <rsc@golang.org> | 2009-06-06 19:28:01 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2009-06-06 19:28:01 -0700 |
commit | 0c4a998143565ec976c2014c5724f917f3cc8f27 (patch) | |
tree | 95e7694ae060c2d893edbc60d5281e7375c1a873 | |
parent | 1536a3ab3f614fa2792d7d7eb6fae8b4d7b790e4 (diff) | |
download | golang-0c4a998143565ec976c2014c5724f917f3cc8f27.tar.gz |
bug140 is fixed
R=ken
OCL=29989
CL=29999
-rw-r--r-- | test/fixedbugs/bug140.go (renamed from test/bugs/bug140.go) | 0 | ||||
-rw-r--r-- | test/golden.out | 5 |
2 files changed, 0 insertions, 5 deletions
diff --git a/test/bugs/bug140.go b/test/fixedbugs/bug140.go index 33d1deb8a..33d1deb8a 100644 --- a/test/bugs/bug140.go +++ b/test/fixedbugs/bug140.go diff --git a/test/golden.out b/test/golden.out index e20b453ce..0cce6f5f4 100644 --- a/test/golden.out +++ b/test/golden.out @@ -91,11 +91,6 @@ BUG: compilation succeeds incorrectly =========== bugs/bug136.go BUG: should not compile -=========== bugs/bug140.go -bugs/bug140.go:6: syntax error near L1 -bugs/bug140.go:7: syntax error near L2 -BUG should compile - =========== bugs/bug148.go 2 3 5 7 |