Skip to content

Commit 99bd830

Browse files
committed
Use pthread to properly test memgrowth transform
1 parent 22719e3 commit 99bd830

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
@@ -12232,7 +12232,7 @@ def test_asan_strncpy(self):
1223212232
})
1223312233
@parameterized({
1223412234
'': [],
12235-
'memgrowth': ['-sALLOW_MEMORY_GROWTH'],
12235+
'memgrowth': ['-pthread', '-sALLOW_MEMORY_GROWTH', '-Wno-pthreads-mem-growth'],
1223612236
})
1223712237
@parameterized({
1223812238
'': [],

0 commit comments

Comments
 (0)