diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-frame.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-frame.exp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-frame.exp b/gdb/testsuite/gdb.python/py-frame.exp index 05c7fb0..4c6ede8 100644 --- a/gdb/testsuite/gdb.python/py-frame.exp +++ b/gdb/testsuite/gdb.python/py-frame.exp @@ -30,7 +30,6 @@ if { [skip_python_tests] } { continue } # The following tests require execution. if ![runto_main] then { - fail "can't run to main" return 0 } |