aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 7ad3813a..ed420f73 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -284,8 +284,6 @@ 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;