Skip to content

Commit 277cbd7

Browse files
committed
Fix test expectation
1 parent 3a11414 commit 277cbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14919,7 +14919,7 @@ def test_embind_no_duplicate_symbols(self):
1491914919
def test_no_pthread(self):
1492014920
self.do_runf('hello_world.c', emcc_args=['-pthread', '-no-pthread'])
1492114921
self.assertExists('hello_world.js')
14922-
self.assertNotContained('Worker', read_file('hello_world.js'))
14922+
self.assertNotContained('new Worker(', read_file('hello_world.js'))
1492314923

1492414924
def test_sysroot_includes_first(self):
1492514925
self.do_other_test('test_stdint_limits.c', emcc_args=['-std=c11', '-iwithsysroot/include'])

0 commit comments

Comments
 (0)