OSDN Git Service

Unify stabs/weird messages.
authorcagney <cagney>
Fri, 26 Oct 2001 04:17:43 +0000 (04:17 +0000)
committercagney <cagney>
Fri, 26 Oct 2001 04:17:43 +0000 (04:17 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.stabs/weird.exp

index 1be8c73..6751603 100644 (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
index 5001c7e..3bfee49 100644 (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.