From: Andrew Cagney Date: Fri, 26 Oct 2001 04:17:45 +0000 (+0000) Subject: Unify stabs/weird messages. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0398c9aabc5573e28f965098a0c4f6c45dcd0f0f;p=binutils-gdb.git Unify stabs/weird messages. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1be8c737cc4..67516032d93 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-10-25 Andrew Cagney + + * gdb.stabs/weird.exp: Unify ``variable VAR printed properly'' + messages. + 2001-10-21 Andrew Cagney * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when 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.