aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 24f620f7..69b58672 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -739,6 +739,9 @@ if 'benchmark' not in sys.argv:
self.do_test(src, '*5*', output_processor=check_warnings)
def test_sizeof(self):
+ # Has invalid writes between printouts
+ global SAFE_HEAP; SAFE_HEAP = 0
+
src = '''
#include <stdio.h>
#include <string.h>