diff options
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' |