Skip to content

Commit 210ef8e

Browse files
authored
Feedback from #24946. NFC (#24948)
1 parent abe1086 commit 210ef8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9169,7 +9169,7 @@ def test_fpic_static(self):
91699169
})
91709170
@node_pthreads
91719171
def test_pthread_create(self, args):
9172-
if self.get_setting('WASM_ESM_INTEGRATION') and args:
9172+
if self.get_setting('WASM_ESM_INTEGRATION') and '-sWASM_ASYNC_COMPILATION=0' in args:
91739173
self.skipTest('WASM_ESM_INTEGRATION is not compatible with WASM_ASYNC_COMPILATION=0')
91749174
self.set_setting('ENVIRONMENT', 'node')
91759175
self.set_setting('STRICT')

0 commit comments

Comments
 (0)