diff options
Diffstat (limited to 'gdb/testsuite/gdb.trace/actions-changed.exp')
-rw-r--r-- | gdb/testsuite/gdb.trace/actions-changed.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.trace/actions-changed.exp b/gdb/testsuite/gdb.trace/actions-changed.exp index 296277a..3b8e6ba 100644 --- a/gdb/testsuite/gdb.trace/actions-changed.exp +++ b/gdb/testsuite/gdb.trace/actions-changed.exp @@ -160,12 +160,12 @@ proc test_actions_changed { } { 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 } |