diff options
Diffstat (limited to 'gdb/testsuite/gdb.ada/static-link.exp')
-rw-r--r-- | gdb/testsuite/gdb.ada/static-link.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.ada/static-link.exp b/gdb/testsuite/gdb.ada/static-link.exp index 7af14c5..1b05bcd 100644 --- a/gdb/testsuite/gdb.ada/static-link.exp +++ b/gdb/testsuite/gdb.ada/static-link.exp @@ -20,14 +20,14 @@ require allow_ada_tests standard_ada_testfile prog if {[gdb_compile_ada "${srcfile}" "${binfile}" executable {debug}] != ""} { - return -1 + return } clean_restart ${testfile} set bp_location [gdb_get_line_number "STOP" ${testdir}/prog.adb] if {![runto "prog.adb:$bp_location"]} { - return -1 + return } gdb_test "ptype value" [string_to_regexp "type = array (1 .. 3) of integer"] |