2002-04-02 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Wed, 3 Apr 2002 01:35:23 +0000 (01:35 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 3 Apr 2002 01:35:23 +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 5af739d98f0c0b046c2e8408066b8e17c8220d70..591295a0ad72a5916bb8b4f0e4f15d5a2dcdf067 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 87d533bca165b4fb057ee341d9b127fd991dc3b2..dbdea5d69c6c0138fd6a1ed315bfe53111c72cc6 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"
            }
This page took 0.033604 seconds and 4 git commands to generate.