diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/unwindonsignal.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/unwindonsignal.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/unwindonsignal.exp b/gdb/testsuite/gdb.base/unwindonsignal.exp index cf63c6d..1c0661d 100644 --- a/gdb/testsuite/gdb.base/unwindonsignal.exp +++ b/gdb/testsuite/gdb.base/unwindonsignal.exp @@ -22,7 +22,7 @@ if [target_info exists gdb,nosignals] { # Some targets can't do function calls, so don't even bother with this # test. if [target_info exists gdb,cannot_call_functions] { - unsupported "This target can not call functions" + unsupported "this target can not call functions" continue } @@ -34,7 +34,7 @@ if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} { } if { ![runto_main] } { - fail "Can't run to main" + fail "can't run to main" return 0 } |