@@@ more mess
[mLib] / utils / t / bits-test.c
index c87fec5..a49990e 100644 (file)
@@ -94,10 +94,10 @@ static const struct tvec_test tests[] = {
   { 0, 0, 0, 0 }
 };
 
-static const struct tvec_info testinfo =
+static const struct tvec_config testconfig =
   { tests, NROUT, NREG, sizeof(struct tvec_reg) };
 
 int main(int argc, char *argv[])
-  { return (tvec_main(argc, argv, &testinfo, 0)); }
+  { return (tvec_main(argc, argv, &testconfig, 0)); }
 
 /*----- That's all, folks -------------------------------------------------*/