diff options
author | Rob Pike <r@golang.org> | 2008-07-28 16:08:38 -0700 |
---|---|---|
committer | Rob Pike <r@golang.org> | 2008-07-28 16:08:38 -0700 |
commit | af57763ce5e4be368ddb6203b09398f0ca4a8d42 (patch) | |
tree | 49983ca8800783e3b2ca952170f9efa930cbb3a3 | |
parent | ac8dff7eaff6a8e835b55bd87cb3caaa3edc459f (diff) | |
download | golang-af57763ce5e4be368ddb6203b09398f0ca4a8d42.tar.gz |
update tests
R=gri
OCL=13526
CL=13526
-rw-r--r-- | test/fixedbugs/bug057.go (renamed from test/bugs/bug057.go) | 0 | ||||
-rw-r--r-- | test/golden.out | 9 |
2 files changed, 5 insertions, 4 deletions
diff --git a/test/bugs/bug057.go b/test/fixedbugs/bug057.go index dd6df5c31..dd6df5c31 100644 --- a/test/bugs/bug057.go +++ b/test/fixedbugs/bug057.go diff --git a/test/golden.out b/test/golden.out index 307a8a5f2..368ac538b 100644 --- a/test/golden.out +++ b/test/golden.out @@ -183,10 +183,6 @@ BUG: len should not be a keyword bugs/bug054.go:25: fatal error: agen_inter i2s BUG: known to fail incorrectly -=========== bugs/bug057.go -bugs/bug057.go:14: syntax error -BUG: compilation should succeed - =========== bugs/bug060.go BUG: crashes @@ -242,6 +238,9 @@ BUG: known to succeed incorrectly =========== bugs/bug078.go +=========== bugs/bug079.go +BUG: succeeds incorrectly + =========== fixedbugs/bug000.go =========== fixedbugs/bug001.go @@ -336,6 +335,8 @@ fixedbugs/bug051.go:10: expression must be a constant =========== fixedbugs/bug056.go +=========== fixedbugs/bug057.go + =========== fixedbugs/bug058.go =========== fixedbugs/bug059.go |