mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
* gdb.c++/method.exp: Fix typo.
This commit is contained in:
parent
bef35864eb
commit
e71019a17f
@ -1,3 +1,7 @@
|
||||
2002-05-09 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* gdb.c++/method.exp: Fix typo.
|
||||
|
||||
2002-05-08 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* gdb.mi/mi-var-child.exp: Accept (void) as well as ().
|
||||
|
@ -182,7 +182,7 @@ gdb_expect {
|
||||
|
||||
send_gdb "cont\n"
|
||||
gdb_expect {
|
||||
-re "Continuing\r\n\r\nProgram exited normally.*$gdb_prompt $" {
|
||||
-re "Continuing.\r\n\r\nProgram exited normally.*$gdb_prompt $" {
|
||||
pass "finish program"
|
||||
}
|
||||
-re "Continuing.* EXIT code 0.*Program exited normally.*$gdb_prompt $" {
|
||||
|
Loading…
Reference in New Issue
Block a user