]> git.saurik.com Git - bison.git/blobdiff - tests/torture.at
* tests/torture.at (Exploding the Stack Size with Malloc):
[bison.git] / tests / torture.at
index c9fe83750daa9636a864109eca1d1f48b98490bf..c3f0d4a8c0267e73391b6ed710c5716833805823 100644 (file)
@@ -73,7 +73,6 @@ main (int argc, const char **argv)
 ]])
 AT_CHECK([bison input.y -o input.c])
 AT_CHECK([$CC $CFLAGS $CPPFLAGS input.c -o input], 0, [], [ignore])
-AT_CLEANUP_FILES(input input.c)
 ])
 
 
@@ -104,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])