diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-09 15:48:15 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-09 15:48:15 -0800 |
commit | 5ffce90b0c70f24caaf9359a834b7787e0d9e0c9 (patch) | |
tree | ca830258e27f20bd2cdd215e5eafa724d8f09cda /tests/runner.py | |
parent | 06c7bd01799e072514f6043491f1c20cac80ef4a (diff) |
fix i64 bitshifts (fixes test_intvars in i64 mode) and two other minor corrections for toNiceIdent and detecting the number of bits in mathops
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 2 |
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; |