X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/e63124bc579bfd97cfe2f620ddd84df9f20477d8..c5e0e40378b7e209521d2e9a52f055575a948313:/hash/t/hash-test.c?ds=inline diff --git a/hash/t/hash-test.c b/hash/t/hash-test.c index 1033c59..756232d 100644 --- a/hash/t/hash-test.c +++ b/hash/t/hash-test.c @@ -136,10 +136,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 -------------------------------------------------*/