Fix CBotUT.FunctionRecursionStackOverflow test
On MSVC it throws StackOverflow exception. I reduced the stack size to make the test pass.fix-squashed-planets
parent
81ddda4515
commit
004c861ba9
|
@ -20,7 +20,7 @@
|
|||
#pragma once
|
||||
|
||||
#define STACKMEM 1 /// \def preserve memory for the execution stack
|
||||
#define MAXSTACK 990 /// \def stack size reserved
|
||||
#define MAXSTACK 530 /// \def stack size reserved
|
||||
|
||||
#define MAXARRAYSIZE 9999
|
||||
|
||||
|
|
Loading…
Reference in New Issue