aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada/start.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.ada/start.exp')
-rw-r--r--gdb/testsuite/gdb.ada/start.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.ada/start.exp b/gdb/testsuite/gdb.ada/start.exp
index 8bfc202..14f2490 100644
--- a/gdb/testsuite/gdb.ada/start.exp
+++ b/gdb/testsuite/gdb.ada/start.exp
@@ -24,7 +24,7 @@ require !use_gdb_stub
standard_ada_testfile dummy
if {[gdb_compile_ada "${srcfile}" "${binfile}" executable {debug}] != ""} {
- return -1
+ return
}
clean_restart ${testfile}
@@ -32,7 +32,7 @@ clean_restart ${testfile}
# Verify that "start" lands inside the right procedure.
if { [gdb_start_cmd] < 0 } {
fail "start failed to land inside the right procedure"
- return -1
+ return
}
gdb_test "" \