2000-05-08 Michael Snyder <msnyder@seadog.cygnus.com>

* gdb.base/interrupt.exp: Make "pass" message say "send"
        rather than "send_gdb" (for consistancy).
This commit is contained in:
Michael Snyder
2000-05-08 22:18:05 +00:00
parent 430066a89b
commit 89cb06a200
2 changed files with 6 additions and 1 deletions

View 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)" }