diff options
Diffstat (limited to 'gdb/testsuite/gdb.trace/status-stop.exp')
-rw-r--r-- | gdb/testsuite/gdb.trace/status-stop.exp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.trace/status-stop.exp b/gdb/testsuite/gdb.trace/status-stop.exp index 73bc6e7..d6ce4ce 100644 --- a/gdb/testsuite/gdb.trace/status-stop.exp +++ b/gdb/testsuite/gdb.trace/status-stop.exp @@ -26,7 +26,7 @@ if [prepare_for_testing $expfile $executable $srcfile \ } if ![runto_main] { - fail "Can't run to main to check for trace support" + fail "can't run to main to check for trace support" return -1 } @@ -45,7 +45,7 @@ proc test_tstart_tstop_tstart { } { # Start with a fresh gdb. clean_restart ${executable} if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } @@ -72,7 +72,7 @@ proc test_tstart_tstart { } { # Start with a fresh gdb. clean_restart ${executable} if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } @@ -99,7 +99,7 @@ proc test_buffer_full_tstart { } { # Start with a fresh gdb. clean_restart ${executable} if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } |