summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.stabs
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-10-26 04:17:45 +0000
committerAndrew Cagney <cagney@redhat.com>2001-10-26 04:17:45 +0000
commit4c9e922465995ac88a8f4e19e503da1079dc0196 (patch)
tree90f20a5171c24f7871f3353fa2e75a3b81f83996 /gdb/testsuite/gdb.stabs
parentdebefd0e6f99c87e9b160ec678e32af3af7ecb80 (diff)
downloadgdb-4c9e922465995ac88a8f4e19e503da1079dc0196.tar.gz
Unify stabs/weird messages.
Diffstat (limited to 'gdb/testsuite/gdb.stabs')
-rw-r--r--gdb/testsuite/gdb.stabs/weird.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.stabs/weird.exp b/gdb/testsuite/gdb.stabs/weird.exp
index 5001c7ed104..3bfee49ce03 100644
--- a/gdb/testsuite/gdb.stabs/weird.exp
+++ b/gdb/testsuite/gdb.stabs/weird.exp
@@ -218,10 +218,10 @@ proc print_weird_var { var } {
pass "variable $var printed properly"
}
-re ".*$gdb_prompt $" {
- fail "variable $var not printed properly"
+ fail "variable $var printed properly"
}
- timeout { fail "variable $var not printed (timeout)" }
- eof { fail "(eof) variable $var not printed" }
+ timeout { fail "variable $var printed properly (timeout)" }
+ eof { fail "variable $var printed properly (eof)" }
}
# Make sure that the stabs did get loaded in a sensible way.