aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.c++/classes.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.c++/classes.exp')
-rw-r--r--gdb/testsuite/gdb.c++/classes.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.c++/classes.exp b/gdb/testsuite/gdb.c++/classes.exp
index 87d533b..dbdea5d 100644
--- a/gdb/testsuite/gdb.c++/classes.exp
+++ b/gdb/testsuite/gdb.c++/classes.exp
@@ -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 a register.*$gdb_prompt $" {
+ -re "Address requested for identifier .v. which is in register.*$gdb_prompt $" {
setup_xfail "*-*-*" 2972
fail "calling method for small class"
}