diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-10-26 04:17:45 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-10-26 04:17:45 +0000 |
commit | 0398c9aabc5573e28f965098a0c4f6c45dcd0f0f (patch) | |
tree | 4d758594e332abc4511410de633df614844d3ac8 /gdb/testsuite/gdb.stabs | |
parent | 39374d6e4e21123a9a0dbb5f843736c28dcffe1b (diff) | |
download | gdb-0398c9aabc5573e28f965098a0c4f6c45dcd0f0f.zip gdb-0398c9aabc5573e28f965098a0c4f6c45dcd0f0f.tar.gz gdb-0398c9aabc5573e28f965098a0c4f6c45dcd0f0f.tar.bz2 |
Unify stabs/weird messages.
Diffstat (limited to 'gdb/testsuite/gdb.stabs')
-rw-r--r-- | gdb/testsuite/gdb.stabs/weird.exp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.stabs/weird.exp b/gdb/testsuite/gdb.stabs/weird.exp index 5001c7e..3bfee49 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. |