* lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
This commit is contained in:
parent
7fe9cf6bf6
commit
1c56143ab1
2 changed files with 5 additions and 1 deletions
|
@ -1665,7 +1665,7 @@ proc gdb_continue_to_end {mssg} {
|
|||
# Don't bother to check the output of the program, that may be
|
||||
# extremely tough for some remote systems.
|
||||
gdb_test "continue"\
|
||||
"Continuing.\[\r\n0-9\]+(... EXIT code 0\[\r\n\]+|)Program exited normally\\..*"\
|
||||
"Continuing.\[\r\n0-9\]+(... EXIT code 0\[\r\n\]+|Program exited normally\\.).*"\
|
||||
"continue until exit at $mssg"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue