aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py1
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>