diff options
Diffstat (limited to 'gdb/testsuite/gdb.ada/py_taft.exp')
-rw-r--r-- | gdb/testsuite/gdb.ada/py_taft.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.ada/py_taft.exp b/gdb/testsuite/gdb.ada/py_taft.exp index bd30d20..a2d8686 100644 --- a/gdb/testsuite/gdb.ada/py_taft.exp +++ b/gdb/testsuite/gdb.ada/py_taft.exp @@ -21,7 +21,7 @@ require allow_ada_tests allow_python_tests standard_ada_testfile main if {[gdb_compile_ada "${srcfile}" "${binfile}" executable debug] != ""} { - return -1 + return } clean_restart ${testfile} |