We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4727ae9 commit 367610dCopy full SHA for 367610d
1 file changed
tests/test_core.py
@@ -4403,7 +4403,7 @@ def test_strstr(self):
4403
4404
def test_fnmatch(self):
4405
# Run one test without assertions, for additional coverage
4406
- assert 'asm2m' in test_modes
+ #assert 'asm2m' in test_modes
4407
if self.run_name == 'asm2m':
4408
i = self.emcc_args.index('ASSERTIONS=1')
4409
assert i > 0 and self.emcc_args[i-1] == '-s'
0 commit comments