diff options
Diffstat (limited to 'gdb/testsuite/gdb.ada/iwide.exp')
-rw-r--r-- | gdb/testsuite/gdb.ada/iwide.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.ada/iwide.exp b/gdb/testsuite/gdb.ada/iwide.exp index b6cc8fe..a2a049f 100644 --- a/gdb/testsuite/gdb.ada/iwide.exp +++ b/gdb/testsuite/gdb.ada/iwide.exp @@ -22,7 +22,7 @@ require gnat_runtime_has_debug_info standard_ada_testfile p if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug additional_flags=-gnat05 ]] != "" } { - return -1 + return } clean_restart ${testfile} |