diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index ca3fe473..86d37e8e 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -3869,6 +3869,7 @@ def process(filename): ''', 'hello world', includes=[path_from_root('tests', 'libcxx', 'include')]); def test_static_variable(self): + Settings.SAFE_HEAP = 0 # LLVM mixes i64 and i8 in the guard check src = ''' #include <stdio.h> |