diff options
Diffstat (limited to 'gdb/testsuite/gdb.btrace/function_call_history.exp')
-rw-r--r-- | gdb/testsuite/gdb.btrace/function_call_history.exp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.btrace/function_call_history.exp b/gdb/testsuite/gdb.btrace/function_call_history.exp index f995016fafa..284928a9722 100644 --- a/gdb/testsuite/gdb.btrace/function_call_history.exp +++ b/gdb/testsuite/gdb.btrace/function_call_history.exp @@ -30,7 +30,6 @@ if [prepare_for_testing "failed to prepare" $testfile {} {nopie debug}] { } if ![runto_main] { - untested "failed to run to main" return -1 } @@ -231,7 +230,6 @@ gdb_test "record function-call-history /c 21, +11" [multi_line \ # make sure we can handle incomplete trace with respect to indentation if ![runto_main] { - untested "failed to run to main" return -1 } # navigate to the fib in line 24 above |