diff options
Diffstat (limited to 'gdb/testsuite/gdb.trace/ftrace.exp')
-rw-r--r-- | gdb/testsuite/gdb.trace/ftrace.exp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.trace/ftrace.exp b/gdb/testsuite/gdb.trace/ftrace.exp index 902d172..18ce9c7 100644 --- a/gdb/testsuite/gdb.trace/ftrace.exp +++ b/gdb/testsuite/gdb.trace/ftrace.exp @@ -36,7 +36,6 @@ if [prepare_for_testing "failed to prepare" $executable $srcfile \ } if ![runto_main] { - fail "can't run to main to check for trace support" return -1 } @@ -60,7 +59,6 @@ if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \ clean_restart ${executable} if ![runto_main] { - fail "can't run to main for ftrace tests" return 0 } |