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 7a278ace..54542db1 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -1950,7 +1950,7 @@ if 'benchmark' not in sys.argv: if COMPILER == LLVM_GCC: global INIT_STACK; INIT_STACK = 1 # TODO: Investigate why this is necessary - if USE_TYPED_ARRAYS == 2 and LLVM_OPTS: return self.skip() # We have slightly different rounding here for some reason. TODO: activate this + if USE_TYPED_ARRAYS == 2: return self.skip() # We have slightly different rounding here for some reason. TODO: activate this if SAFE_HEAP: # Ignore bitfield warnings |