aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-11-10 16:33:31 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-11-10 16:33:31 -0800
commitaf0d1f83a31492afdcd0ed2f0d88436cdd33f929 (patch)
tree7437dfd2d67bfa517b72c77c68bf389a75bae212 /tests
parent3b3b4bd70a942cb8f047c1ae354cfc52dcdf642b (diff)
test tweak
Diffstat (limited to 'tests')
-rw-r--r--tests/runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index b3c6835f..81b1ed5f 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -281,6 +281,8 @@ if 'benchmark' not in str(sys.argv):
self.do_run(src, 'hello, world!')
def test_intvars(self):
+ Settings.I64_MODE = 0 # We do not support 64-bit addition etc. in mode 1
+
src = '''
#include <stdio.h>
int global = 20;