diff options
author | Russ Cox <rsc@golang.org> | 2010-05-18 23:27:35 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2010-05-18 23:27:35 -0700 |
commit | f75d06e727a81428a30f3b991753823dd55721a3 (patch) | |
tree | 7ed2712fbdb4f99cd5ae57502a1fcb8061b7e916 | |
parent | b3efeac818602109e709ee20c48311894d290d8e (diff) | |
download | golang-f75d06e727a81428a30f3b991753823dd55721a3.tar.gz |
fix build - arm tests
TBR=kaib
CC=golang-dev
http://codereview.appspot.com/1256042
-rw-r--r-- | test/arm-pass.txt | 2 | ||||
-rw-r--r-- | test/golden-arm.out | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/test/arm-pass.txt b/test/arm-pass.txt index e4187c299..8878f6dc8 100644 --- a/test/arm-pass.txt +++ b/test/arm-pass.txt @@ -439,6 +439,6 @@ fixedbugs/bug259.go fixedbugs/bug261.go fixedbugs/bug262.go fixedbugs/bug263.go +fixedbugs/bug264.go fixedbugs/bug265.go bugs/bug260.go -bugs/bug264.go diff --git a/test/golden-arm.out b/test/golden-arm.out index c64802369..a51aea8e5 100644 --- a/test/golden-arm.out +++ b/test/golden-arm.out @@ -108,14 +108,3 @@ panic PC=xxx =========== bugs/bug260.go FAIL BUG: bug260 failed - -=========== bugs/bug264.go -foo -bar -bar -bal -bal -panic: barCount != 1 - -panic PC=xxx -BUG |