fix(tests/kernel/free_vars): reduce example stack size consumption

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2013-12-23 12:56:59 -08:00
parent 7c05eb4695
commit 702f0c2190

View file

@ -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");