We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69847b commit 6578772Copy full SHA for 6578772
test/test_other.py
@@ -7459,7 +7459,7 @@ def test_dlmalloc_modes(self):
7459
self.run_process([EMCC, 'src.c'])
7460
self.assertContained('double-freed', self.run_js('a.out.js'))
7461
# in debug mode, the double-free is caught
7462
- self.run_process([EMCC, 'src.c', '-sASSERTIONS=2'])
+ self.run_process([EMCC, 'src.c', '-sASSERTIONS=2'] )
7463
out = self.run_js('a.out.js', assert_returncode=NON_ZERO)
7464
self.assertContained('native code called abort()', out)
7465
0 commit comments