diff options
Diffstat (limited to 'gdb/testsuite/gdb.perf/skip-command.exp')
-rw-r--r-- | gdb/testsuite/gdb.perf/skip-command.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.perf/skip-command.exp b/gdb/testsuite/gdb.perf/skip-command.exp index d251725..755b3bf 100644 --- a/gdb/testsuite/gdb.perf/skip-command.exp +++ b/gdb/testsuite/gdb.perf/skip-command.exp @@ -94,7 +94,7 @@ proc run_skip_bench { kind text } { global SKIP_STEP_COUNT SKIP_DIRECTIVE_COUNT if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } |