aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.objc
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2003-07-06 22:27:34 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2003-07-06 22:27:34 +0000
commit83876b3be5d0a6ae7927ecf7347a5f793572a02e (patch)
tree568617c113c8e44c28ed7e21468caae03b1786c8 /gdb/testsuite/gdb.objc
parent87242c64601df0e5850a386dfbdaa1e2b9c31816 (diff)
downloadgdb-83876b3be5d0a6ae7927ecf7347a5f793572a02e.zip
gdb-83876b3be5d0a6ae7927ecf7347a5f793572a02e.tar.gz
gdb-83876b3be5d0a6ae7927ecf7347a5f793572a02e.tar.bz2
* gdb.objc/basicclass.exp ("Call an Objective-C method with no
arguments"): Also match negative number. * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
Diffstat (limited to 'gdb/testsuite/gdb.objc')
-rw-r--r--gdb/testsuite/gdb.objc/basicclass.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.objc/basicclass.exp b/gdb/testsuite/gdb.objc/basicclass.exp
index 5fb5181..39cf296 100644
--- a/gdb/testsuite/gdb.objc/basicclass.exp
+++ b/gdb/testsuite/gdb.objc/basicclass.exp
@@ -178,7 +178,7 @@ gdb_test continue \
# Test calling Objective-C methods
#
gdb_test "print \[self printHi\]" \
- "Hi.*\\$\[0-9\] = \[0-9\]+" \
+ "Hi.*\\$\[0-9\] = -?\[0-9\]+" \
"Call an Objective-C method with no arguments"
gdb_test "print \[self printNumber: 42\]" \