@@@ more mess
[mLib] / test / t / tvec-test.c
index f2ed3da..b4ef9a4 100644 (file)
@@ -346,7 +346,7 @@ static const struct tvec_test tests[] = {
   { 0 }
 };
 
-static const struct tvec_info testinfo = {
+static const struct tvec_config testconfig = {
   tests,
   NROUT, NREG, sizeof(struct tvec_reg)
 };
@@ -360,7 +360,7 @@ int main(int argc, char *argv[])
   TYPEREGS(POKE)
 #  undef POKE
 #endif
-  return (tvec_main(argc, argv, &testinfo, 0));
+  return (tvec_main(argc, argv, &testconfig, 0));
 }
 
 /*----- That's all, folks -------------------------------------------------*/