diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-frame-inline.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-frame-inline.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-frame-inline.exp b/gdb/testsuite/gdb.python/py-frame-inline.exp index 2b3d8e2..749e040 100644 --- a/gdb/testsuite/gdb.python/py-frame-inline.exp +++ b/gdb/testsuite/gdb.python/py-frame-inline.exp @@ -24,7 +24,7 @@ if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile}] } { # Skip all tests if Python scripting is not enabled. if { [skip_python_tests] } { continue } -if ![runto main] then { +if ![runto_main] then { fail "can't run to function f" return 0 } |