diff options
Diffstat (limited to 'gdb/testsuite/gdb.ada/fixed_cmp.exp')
-rw-r--r-- | gdb/testsuite/gdb.ada/fixed_cmp.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.ada/fixed_cmp.exp b/gdb/testsuite/gdb.ada/fixed_cmp.exp index 6d546f2..0fe52dc 100644 --- a/gdb/testsuite/gdb.ada/fixed_cmp.exp +++ b/gdb/testsuite/gdb.ada/fixed_cmp.exp @@ -23,7 +23,7 @@ foreach_gnat_encoding gnat_encodings flags {all minimal} { lappend flags debug if {[gdb_compile_ada "${srcfile}" "${binfile}-${gnat_encodings}" executable $flags] != "" } { - return -1 + return } clean_restart ${testfile}-${gnat_encodings} |