Unify stabs/weird messages.

This commit is contained in:
Andrew Cagney 2001-10-26 04:17:45 +00:00
parent 39374d6e4e
commit 0398c9aabc
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2001-10-25 Andrew Cagney <ac131313@redhat.com>
* gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
messages.
2001-10-21 Andrew Cagney <ac131313@redhat.com>
* lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when

View File

@ -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.