diff options
| author | Rob Pike <r@golang.org> | 2009-05-26 16:06:03 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2009-05-26 16:06:03 -0700 |
| commit | 73d3597802f72e07021d6ea26d1b801123a36bbd (patch) | |
| tree | a58d04f441acefa4d1f8e037748a79d1c0c63b5f | |
| parent | 499d0c2ce2b918ad78f15ea0b00dc5a332aa4f30 (diff) | |
| download | golang-73d3597802f72e07021d6ea26d1b801123a36bbd.tar.gz | |
bug150 is fixed
R=ken
OCL=29407
CL=29407
| -rw-r--r-- | test/fixedbugs/bug150.go (renamed from test/bugs/bug150.go) | 0 | ||||
| -rw-r--r-- | test/golden.out | 7 |
2 files changed, 1 insertions, 6 deletions
diff --git a/test/bugs/bug150.go b/test/fixedbugs/bug150.go index fc25444b6..fc25444b6 100644 --- a/test/bugs/bug150.go +++ b/test/fixedbugs/bug150.go diff --git a/test/golden.out b/test/golden.out index 22b46b29b..d5636da64 100644 --- a/test/golden.out +++ b/test/golden.out @@ -27,8 +27,7 @@ panic PC=xxx hello, world =========== ./initializerr.go -BUG: errchk: ./initializerr.go:15: missing expected error: 'duplicate' -errchk: ./initializerr.go:17: missing expected error: 'index' +BUG: errchk: ./initializerr.go:17: missing expected error: 'index' =========== ./peano.go 0! = 1 @@ -109,10 +108,6 @@ BUG: should crash bugs/bug149.go:14: cannot convert []uint8 constant to string BUG: should compile -=========== bugs/bug150.go -bugs/bug150.go:13: reorder2: too many function calls evaluating parameters -BUG: bug150 - =========== bugs/bug151.go bugs/bug151.go:10: illegal types for operand: CALL string |
