* gdb.base/bitops.exp: Remove extraneous "pass".

This commit is contained in:
Tom Tromey 2010-07-02 19:11:55 +00:00
parent a17ac5b05f
commit 2f70bcfbc6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-07-02 Tom Tromey <tromey@redhat.com>
* gdb.base/bitops.exp: Remove extraneous "pass".
2010-07-02 Ken Werner <ken.werner@de.ibm.com>
* gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.

View File

@ -100,7 +100,7 @@ gdb_test "print 0 || 1 && 0 | 0 ^ 0 == 8 > 128 >>1 +2 *2" \
"print value of 0 || 1 && 0 | 0 ^ 0 == 8 > 128 >>1 +2 *2"
gdb_test "print 1.0 || 0" ".\[0-9\]* = 1" \
pass "print value of 1.0 || 0"
"print value of 1.0 || 0"
gdb_test "print 0.0 || 1.0" ".\[0-9\]* = 1" \
"print value of 0.0 || 1.0"