Skip to content

Commit 367610d

Browse files
committed
remove assert on asm2m existing, for now #3326
1 parent 4727ae9 commit 367610d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4403,7 +4403,7 @@ def test_strstr(self):
44034403

44044404
def test_fnmatch(self):
44054405
# Run one test without assertions, for additional coverage
4406-
assert 'asm2m' in test_modes
4406+
#assert 'asm2m' in test_modes
44074407
if self.run_name == 'asm2m':
44084408
i = self.emcc_args.index('ASSERTIONS=1')
44094409
assert i > 0 and self.emcc_args[i-1] == '-s'

0 commit comments

Comments
 (0)