diff options
Diffstat (limited to 'gdb/testsuite/gdb.trace/mi-tsv-changed.exp')
-rw-r--r-- | gdb/testsuite/gdb.trace/mi-tsv-changed.exp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.trace/mi-tsv-changed.exp b/gdb/testsuite/gdb.trace/mi-tsv-changed.exp index 1a4783d..cf9a448 100644 --- a/gdb/testsuite/gdb.trace/mi-tsv-changed.exp +++ b/gdb/testsuite/gdb.trace/mi-tsv-changed.exp @@ -65,12 +65,12 @@ proc test_create_delete_modify_tsv { } { clean_restart $testfile 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 } if ![gdb_target_supports_trace] { - unsupported "Current target does not support trace" + unsupported "current target does not support trace" return -1 } gdb_exit @@ -147,7 +147,7 @@ proc test_upload_tsv { } { clean_restart $testfile if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } @@ -233,12 +233,12 @@ proc test_upload_tsv { } { clean_restart $testfile 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 } if ![gdb_target_supports_trace] { - unsupported "Current target does not support trace" + unsupported "current target does not support trace" return -1 } |