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