Test a corner case. Exclude two buggy implementations.
[gnulib.git] / tests / test-vasprintf.c
index 9d4ca8d..3de72d3 100644 (file)
@@ -44,7 +44,6 @@ my_asprintf (char **result, const char *format, ...)
 static void
 test_vasprintf ()
 {
-  char buf[8];
   int repeat;
 
   for (repeat = 0; repeat <= 8; repeat++)
@@ -61,7 +60,6 @@ test_vasprintf ()
 static void
 test_asprintf ()
 {
-  char buf[8];
   int repeat;
 
   for (repeat = 0; repeat <= 8; repeat++)