diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-unwind-user-regs.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-unwind-user-regs.exp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-unwind-user-regs.exp b/gdb/testsuite/gdb.python/py-unwind-user-regs.exp index 7ae3a5bb19f..773bc70e482 100644 --- a/gdb/testsuite/gdb.python/py-unwind-user-regs.exp +++ b/gdb/testsuite/gdb.python/py-unwind-user-regs.exp @@ -48,7 +48,6 @@ if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile}] } { if { [skip_python_tests] } { continue } if ![runto_main] then { - fail "can't run to main" return 0 } |