diff options
Diffstat (limited to 'gdb/testsuite/gdb.trace/tstatus.exp')
-rw-r--r-- | gdb/testsuite/gdb.trace/tstatus.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.trace/tstatus.exp b/gdb/testsuite/gdb.trace/tstatus.exp index de6efb6..c3957c2 100644 --- a/gdb/testsuite/gdb.trace/tstatus.exp +++ b/gdb/testsuite/gdb.trace/tstatus.exp @@ -25,7 +25,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 } |