diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/foll-exec-mode.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/foll-exec-mode.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/foll-exec-mode.exp b/gdb/testsuite/gdb.base/foll-exec-mode.exp index aa7b4143..af417ca 100644 --- a/gdb/testsuite/gdb.base/foll-exec-mode.exp +++ b/gdb/testsuite/gdb.base/foll-exec-mode.exp @@ -69,7 +69,7 @@ proc do_catch_exec_test { } { # Start the program running, and stop at main. # if ![runto_main] then { - fail "Couldn't run ${testfile}" + fail "couldn't run ${testfile}" return } @@ -109,7 +109,7 @@ proc do_follow_exec_mode_tests { mode cmd infswitch } { # Start the program running, and stop at main. # if ![runto_main] then { - fail "Couldn't run ${testfile}" + fail "couldn't run ${testfile}" return } |