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