From 8f63c5ff428b791abf45bd4cf80c6d4b84a9b7ca Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sat, 18 Feb 2023 23:12:11 +0700 Subject: [PATCH] embind_test: Use STACK_SIZE, not TOTAL_STACK. --- test/test_other.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_other.py b/test/test_other.py index ced28e53613c4..cbec5c91369f2 100644 --- a/test/test_other.py +++ b/test/test_other.py @@ -2716,7 +2716,7 @@ def test_embind(self, extra_args): '-sWASM_ASYNC_COMPILATION=0', # This test uses a `CustomSmartPtr` class which has 1MB of data embedded in # it which means we need more stack space than normal. - '-sTOTAL_STACK=2MB', + '-sSTACK_SIZE=2MB', '-sIN_TEST_HARNESS'] + args) if '-sDYNAMIC_EXECUTION=0' in args: