diff options
author | Rob Pike <r@golang.org> | 2009-04-10 17:58:10 -0700 |
---|---|---|
committer | Rob Pike <r@golang.org> | 2009-04-10 17:58:10 -0700 |
commit | 5dc81dc7f9caae7bfcd63137691f67ff714ffb2d (patch) | |
tree | ff42fd2678be1f32f9346c069c4128b39c12b27d | |
parent | 118dc612e61c945a576393d40e0f6da2c62548c2 (diff) | |
download | golang-5dc81dc7f9caae7bfcd63137691f67ff714ffb2d.tar.gz |
bug142 is fixed
R=rsc
OCL=27331
CL=27331
-rw-r--r-- | test/fixedbugs/bug142.go (renamed from test/bugs/bug142.go) | 0 | ||||
-rw-r--r-- | test/golden.out | 5 |
2 files changed, 0 insertions, 5 deletions
diff --git a/test/bugs/bug142.go b/test/fixedbugs/bug142.go index e54458baf..e54458baf 100644 --- a/test/bugs/bug142.go +++ b/test/fixedbugs/bug142.go diff --git a/test/golden.out b/test/golden.out index 0585b158f..b3cc4fb54 100644 --- a/test/golden.out +++ b/test/golden.out @@ -121,11 +121,6 @@ bugs/bug140.go:6: syntax error near L1 bugs/bug140.go:7: syntax error near L2 BUG should compile -=========== bugs/bug142.go -second -panic PC=xxx -BUG: bug142 - =========== fixedbugs/bug016.go fixedbugs/bug016.go:7: constant -3 overflows uint |