aboutsummaryrefslogtreecommitdiff
path: root/tests/test_other.py
diff options
context:
space:
mode:
authorChad Austin <chad@chadaustin.me>2014-04-24 01:18:32 -0700
committerChad Austin <chad@chadaustin.me>2014-04-24 01:18:32 -0700
commit0471c2bf4fbdf9cc407ec01e3cabd04095c843d0 (patch)
tree2ab102caf8f7fcb33f07da834cd45c87137a4e3e /tests/test_other.py
parentc7b472ab5ac60c67cae8ab95d0363fd328dd4571 (diff)
enable embind/asm.js tests.
Diffstat (limited to 'tests/test_other.py')
-rw-r--r--tests/test_other.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_other.py b/tests/test_other.py
index cdea493a..af522807 100644
--- a/tests/test_other.py
+++ b/tests/test_other.py
@@ -1880,7 +1880,6 @@ This pointer might make sense in another type signature: i: 0
def test_embind(self):
def nonfc():
- if os.environ.get('EMCC_FAST_COMPILER') != '0': return self.skip('todo in fastcomp')
for args, fail in [
([], True), # without --bind, we fail
(['--bind'], False),