* tests/torture.at (Exploding the Stack Size with Malloc):

s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
This commit is contained in:
Akim Demaille
2001-11-27 18:57:02 +00:00
parent 4bfeeafb00
commit dee96b5a07
3 changed files with 7 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ AT_CLEANUP
AT_SETUP([Exploding the Stack Size with Malloc])
AT_DATA_STACK_TORTURE([[#define YYSTACK_USE_ALLOCA_ALLOCA 0]])
AT_DATA_STACK_TORTURE([[#define YYSTACK_USE_ALLOCA 0]])
# Below the limit of 200.
AT_CHECK([input 20], 0, [], [ignore])