aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-05-05 10:04:59 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-05-05 10:04:59 -0700
commit9e05d4f86af33dd3e940b9958e2d44d6c7426b02 (patch)
treed130ba019c8e3ff55fed8448e96bf164799b76a2 /tests/runner.py
parenteadd89b7c87921ea3274e76017046b8bf884b336 (diff)
update test_statics
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 3230fa23..3dd42c85 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -4527,10 +4527,10 @@ The current type of b is: 9
self.do_run(src, 'ok\n')
def test_statics(self):
- # static initializers save i16 but load i8 for some reason
+ # static initializers save i16 but load i8 for some reason (or i64 and load i8)
if Settings.SAFE_HEAP:
Settings.SAFE_HEAP = 3
- Settings.SAFE_HEAP_LINES = ['src.cpp:19', 'src.cpp:26']
+ Settings.SAFE_HEAP_LINES = ['src.cpp:19', 'src.cpp:26', 'src.cpp:28']
src = '''
#include <stdio.h>