OSDN Git Service

2002-04-02 Daniel Jacobowitz <drow@mvista.com>
authordrow <drow>
Wed, 3 Apr 2002 01:35:22 +0000 (01:35 +0000)
committerdrow <drow>
Wed, 3 Apr 2002 01:35:22 +0000 (01:35 +0000)
        * gdb.c++/classes.exp ("calling method for small class"): Match
        updated register output.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.c++/classes.exp

index 5af739d..591295a 100644 (file)
@@ -1,3 +1,8 @@
+2002-04-02  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdb.c++/classes.exp ("calling method for small class"): Match
+       updated register output.
+
 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
 
        Fix PR gdb/452
index 87d533b..dbdea5d 100644 (file)
@@ -907,7 +907,7 @@ proc do_tests {} {
            -re "= 82.*$gdb_prompt $" {
                pass "calling method for small class"
            }
-           -re "Address requested for identifier .v. which is in register.*$gdb_prompt $" {
+           -re "Address requested for identifier .v. which is in register.*$gdb_prompt $" {
                setup_xfail "*-*-*" 2972
                fail "calling method for small class"
            }