diff options
Diffstat (limited to 'tests/runner.py')
-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 346eba2f..e527ec9c 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -5305,7 +5305,7 @@ elif 'benchmark' in str(sys.argv): Building.COMPILER_TEST_OPTS = [] TEST_REPS = 10 - TOTAL_TESTS = 8 + TOTAL_TESTS = 7 tests_done = 0 total_times = map(lambda x: 0., range(TOTAL_TESTS)) |