diff options
Diffstat (limited to 'gdb/testsuite/gdb.ada/inline-section-gc.exp')
-rw-r--r-- | gdb/testsuite/gdb.ada/inline-section-gc.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.ada/inline-section-gc.exp b/gdb/testsuite/gdb.ada/inline-section-gc.exp index 7965b02..5e9105e 100644 --- a/gdb/testsuite/gdb.ada/inline-section-gc.exp +++ b/gdb/testsuite/gdb.ada/inline-section-gc.exp @@ -35,7 +35,7 @@ set options { additional_flags=-margs } if {[gdb_compile_ada "${srcfile}" "${binfile}" executable $options] != ""} { - return -1 + return } clean_restart ${testfile} |