@@@ fltfmt mess
[mLib] / struct / t / dstr-putf-test.c
index eb67e60..7f6c652 100644 (file)
 #include "dstr.h"
 #include "macros.h"
 #include "report.h"
+
 #include "tvec.h"
+#include "tvec-adhoc.h"
+#include "tvec-types.h"
 
 /*----- Static variables --------------------------------------------------*/
 
@@ -101,12 +104,11 @@ static PRINTF_LIKE(1, 2) void prepare(const char *fmt, ...)
 
 int main(int argc, char *argv[])
 {
-  struct tvec_test test;
   int argpos;
 
   tvec_parseargs(argc, argv, &tvstate, &argpos, &tvec_adhocconfig);
   if (argpos < argc) die(2, "no input files expected");
-  tvec_adhoc(&tvstate, &test);
+  tvec_adhoc(&tvstate);
 
   TESTGROUP("basics") {
     TEST_KNOWN(("Hello, world!"), "Hello, world!");