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