aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.c++/demangle.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.c++/demangle.exp')
-rw-r--r--gdb/testsuite/gdb.c++/demangle.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.c++/demangle.exp b/gdb/testsuite/gdb.c++/demangle.exp
index 7f9f174..d63ab04 100644
--- a/gdb/testsuite/gdb.c++/demangle.exp
+++ b/gdb/testsuite/gdb.c++/demangle.exp
@@ -54,11 +54,11 @@ proc set_demangling_style {style} {
pass "$style: check demangling style"
}
-re ".*$gdb_prompt $" {
- fail "gnu: check demangling style"
+ fail "$style: check demangling style"
error "set_demangling_style: check style"
}
timeout {
- fail "gnu: check demangling style (timeout)"
+ fail "$style: check demangling style (timeout)"
error "set_demangling_style: check style"
}
}