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 3a11414 commit 277cbd7Copy full SHA for 277cbd7
test/test_other.py
@@ -14919,7 +14919,7 @@ def test_embind_no_duplicate_symbols(self):
14919
def test_no_pthread(self):
14920
self.do_runf('hello_world.c', emcc_args=['-pthread', '-no-pthread'])
14921
self.assertExists('hello_world.js')
14922
- self.assertNotContained('Worker', read_file('hello_world.js'))
+ self.assertNotContained('new Worker(', read_file('hello_world.js'))
14923
14924
def test_sysroot_includes_first(self):
14925
self.do_other_test('test_stdint_limits.c', emcc_args=['-std=c11', '-iwithsysroot/include'])
0 commit comments