diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-17 14:02:35 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-17 14:03:35 -0800 |
commit | a481dec416597879d56b0254e7c255b71c1b36e2 (patch) | |
tree | 67635f560131c98215c86c7bea7d96bb48d05aef /tests | |
parent | bae7c6e93962e4cb25ee5fa532bee5ba7f8f237c (diff) |
check all i64 functions for whether we need to include precise i64 code
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_core.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index 1349c6c8..4245f069 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -352,8 +352,6 @@ class T(RunnerCore): # Short name, to make it more fun to use manually on the co ''' self.do_run(src, '*4903566027370624, 153236438355333*') - if os.environ.get('EMCC_FAST_COMPILER') == '1': return self.skip('todo in fastcomp') - code = open(os.path.join(self.get_dir(), 'src.cpp.o.js')).read() assert 'goog.math.Long' not in code, 'i64 precise math should not have been included if not actually used' |