diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/call-strs.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/call-strs.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/call-strs.exp b/gdb/testsuite/gdb.base/call-strs.exp index 61ff7ab..58cb3cd 100644 --- a/gdb/testsuite/gdb.base/call-strs.exp +++ b/gdb/testsuite/gdb.base/call-strs.exp @@ -29,7 +29,7 @@ standard_testfile # test. if [target_info exists gdb,cannot_call_functions] { unsupported "this target can not call functions" - continue + return } @@ -44,7 +44,7 @@ gdb_test_no_output "set width 0" if ![runto_main] then { perror "couldn't run to breakpoint" - continue + return } set prev_timeout $timeout |