diff options
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index a7888238..2fd0b4a1 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -2621,7 +2621,7 @@ else: LLVM_OPTS = 1 TEST_REPS = 4 - TOTAL_TESTS = 4 + TOTAL_TESTS = 5 tests_done = 0 total_times = map(lambda x: 0., range(TEST_REPS)) |