diff options
Diffstat (limited to 'gdb/testsuite/gdb.ada/ghost.exp')
-rw-r--r-- | gdb/testsuite/gdb.ada/ghost.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.ada/ghost.exp b/gdb/testsuite/gdb.ada/ghost.exp index 78e6f39..1758ea8 100644 --- a/gdb/testsuite/gdb.ada/ghost.exp +++ b/gdb/testsuite/gdb.ada/ghost.exp @@ -21,7 +21,7 @@ standard_ada_testfile main set flags [list debug additional_flags=-gnata] if {[gdb_compile_ada "${srcfile}" "${binfile}" executable $flags] != "" } { - return -1 + return } clean_restart ${testfile} |