diff options
Diffstat (limited to 'tests/test_other.py')
-rw-r--r-- | tests/test_other.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_other.py b/tests/test_other.py index e4d91ba6..4b5ed666 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), |