2000-05-08 Michael Snyder <msnyder@seadog.cygnus.com>
authorMichael Snyder <msnyder@vmware.com>
Mon, 8 May 2000 22:18:05 +0000 (22:18 +0000)
committerMichael Snyder <msnyder@vmware.com>
Mon, 8 May 2000 22:18:05 +0000 (22:18 +0000)
        * gdb.base/interrupt.exp: Make "pass" message say "send"
        rather than "send_gdb" (for consistancy).

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/interrupt.exp

index f49fa6b76b8f9fb9319ec9ae4ef9994de7029238..0ac6256b048c27845b32eacaa1604af5f52e6d4d 100644 (file)
@@ -1,3 +1,8 @@
+2000-05-08  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * gdb.base/interrupt.exp: Make "pass" message say "send" 
+       rather than "send_gdb" (for consistancy).
+
 Mon May  1 15:37:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        From 2000-04-28 Andreas Jaeger  <aj@suse.de>:
index c2ad284f8e38e75d0556bba6ad7b8a276c506bff..7923c4a4004e2f816539689cb53c475fa4046a2e 100644 (file)
@@ -173,7 +173,7 @@ if ![file exists $binfile] then {
        send_gdb "\004"
        gdb_expect {
            -re "end of file.*Program exited normally.*$gdb_prompt $" {
-               pass "send_gdb end of file"
+               pass "send end of file"
            }
            -re "$gdb_prompt $" { fail "send end of file" }
            timeout { fail "send end of file (timeout)" }
This page took 0.033389 seconds and 4 git commands to generate.