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