fix(tests/kernel/free_vars): reduce example stack size consumption
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
7c05eb4695
commit
702f0c2190
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ static void tst2() {
|
|||
}
|
||||
|
||||
static void tst3() {
|
||||
unsigned n = 30000;
|
||||
unsigned n = 20000;
|
||||
unsigned m = 10;
|
||||
expr f = Const("f");
|
||||
expr a = Const("a");
|
||||
|
|
Loading…
Reference in a new issue