diff options
-rw-r--r-- | test/lib/llvm.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/llvm.exp b/test/lib/llvm.exp index 4a5af2a..d029251 100644 --- a/test/lib/llvm.exp +++ b/test/lib/llvm.exp @@ -173,7 +173,7 @@ proc RunLLVMTests { test_source_files } { } } if { $failed } { - break; + continue } else { if { $PRNUMS != "" } { set PRNUMS " for $PRNUMS" |