Skip to content

Commit 9295138

Browse files
embind_test: Use STACK_SIZE, not TOTAL_STACK. (#18793)
1 parent 92a2480 commit 9295138

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
@@ -2716,7 +2716,7 @@ def test_embind(self, extra_args):
27162716
'-sWASM_ASYNC_COMPILATION=0',
27172717
# This test uses a `CustomSmartPtr` class which has 1MB of data embedded in
27182718
# it which means we need more stack space than normal.
2719-
'-sTOTAL_STACK=2MB',
2719+
'-sSTACK_SIZE=2MB',
27202720
'-sIN_TEST_HARNESS'] + args)
27212721

27222722
if '-sDYNAMIC_EXECUTION=0' in args:

0 commit comments

Comments
 (0)