* doc/headers/assert.texi (assert.h): Document assert module use.
[gnulib.git] / tests / test-vasprintf.c
index 9d4ca8d..cae32d6 100644 (file)
@@ -21,7 +21,7 @@
 # include <config.h>
 #endif
 
-#include "vasprintf.h"
+#include <stdio.h>
 
 #include <stdarg.h>
 #include <stdlib.h>
@@ -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++)