aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-17 15:07:09 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-02-17 15:07:09 -0800
commitbce54314c79b19b16eaab0a5c8525c6d5ee10d73 (patch)
treebb047d85f565e4c80938a6e1003c314d5fe2bed4
parenta481dec416597879d56b0254e7c255b71c1b36e2 (diff)
enable test_float32_precise in fastcomp
-rw-r--r--tests/test_core.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index 4245f069..75acd89b 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -460,8 +460,6 @@ class T(RunnerCore): # Short name, to make it more fun to use manually on the co
self.do_run_from_file(src, output)
def test_float32_precise(self):
- if os.environ.get('EMCC_FAST_COMPILER') == '1': return self.skip('todo in fastcomp')
-
Settings.PRECISE_F32 = 1
test_path = path_from_root('tests', 'core', 'test_float32_precise')