]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.base/async.exp
gdb/testsuite: fix "continue outside of loop" TCL errors
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / async.exp
index bdf1a26321238d3ea608ada5d0d2ec1c82299d92..83e56e71580c8a65e34624b13ac24b01857a54ba 100644 (file)
@@ -29,7 +29,7 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile debug]} {
 #
 if ![runto_main] then {
     perror "couldn't run to breakpoint"
-    continue
+    return
 }
 
 gdb_test "break baz" ".*" ""