aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-01-12 20:01:49 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-01-12 20:01:49 -0800
commite47ffbe2d2224dd0610e43979a35e4cb08c01cc6 (patch)
tree2d1c95c050382ba523b27aee9bb00948299c620d
parent238838982fc6a157ba95892c6bbd87252aba9d97 (diff)
enable test_async_exit 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 3020c50c..399fb2f4 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -1363,8 +1363,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_async_exit(self):
- if os.environ.get('EMCC_FAST_COMPILER') == '1': return self.skip('todo in fastcomp')
-
open('main.c', 'w').write(r'''
#include <stdio.h>
#include <stdlib.h>