chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
@@@ more mess
[mLib]
/
hash
/
t
/
hash-test.c
diff --git
a/hash/t/hash-test.c
b/hash/t/hash-test.c
index 1033c59f1a4e54f85c02d49c4938c152d06316f9..756232d78b3f9670e49de06beb4e3d30d8fd30fa 100644
(file)
--- 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 }
};
{ 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[])
{ tests, NROUT, NREG, sizeof(struct tvec_reg) };
int main(int argc, char *argv[])
- { return (tvec_main(argc, argv, &test
info
, 0)); }
+ { return (tvec_main(argc, argv, &test
config
, 0)); }
/*----- That's all, folks -------------------------------------------------*/
/*----- That's all, folks -------------------------------------------------*/