diff options
Diffstat (limited to 'gdb/testsuite/gdb.ada/mi_exc_info.exp')
-rw-r--r-- | gdb/testsuite/gdb.ada/mi_exc_info.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.ada/mi_exc_info.exp b/gdb/testsuite/gdb.ada/mi_exc_info.exp index 8f7434f..6026a3f 100644 --- a/gdb/testsuite/gdb.ada/mi_exc_info.exp +++ b/gdb/testsuite/gdb.ada/mi_exc_info.exp @@ -30,7 +30,7 @@ if [mi_gdb_start] { } if ![mi_run_to_main] then { - fail "Cannot run to main, testcase aborted" + fail "cannot run to main, testcase aborted" return 0 } |