diff options
Diffstat (limited to 'gdb/testsuite/gdb.ada/tasks.exp')
-rw-r--r-- | gdb/testsuite/gdb.ada/tasks.exp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.ada/tasks.exp b/gdb/testsuite/gdb.ada/tasks.exp index bced9f8..aa8bf46 100644 --- a/gdb/testsuite/gdb.ada/tasks.exp +++ b/gdb/testsuite/gdb.ada/tasks.exp @@ -70,7 +70,5 @@ gdb_test "info tasks" \ # Now, resume the execution and make sure that GDB does not stop when # task 4 hits the breakpoint. Continuing thus results in our program # running to completion. -gdb_test "continue" \ - ".*Program exited normally\..*" \ - "continue until end of program" +gdb_continue_to_end |