aboutsummaryrefslogtreecommitdiff
path: root/test/112_gendata_h48short
diff options
context:
space:
mode:
Diffstat (limited to 'test/112_gendata_h48short')
-rw-r--r--test/112_gendata_h48short/gendata_h48short_tests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/112_gendata_h48short/gendata_h48short_tests.c b/test/112_gendata_h48short/gendata_h48short_tests.c
index 2ed42c1..0de9408 100644
--- a/test/112_gendata_h48short/gendata_h48short_tests.c
+++ b/test/112_gendata_h48short/gendata_h48short_tests.c
@@ -5,7 +5,7 @@
5void h48map_create(h48map_t [static 1], uint64_t, uint64_t); 5void h48map_create(h48map_t [static 1], uint64_t, uint64_t);
6void h48map_destroy(h48map_t [static 1]); 6void h48map_destroy(h48map_t [static 1]);
7kvpair_t h48map_nextkvpair(h48map_t [static 1], uint64_t [static 1]); 7kvpair_t h48map_nextkvpair(h48map_t [static 1], uint64_t [static 1]);
8size_t gendata_cocsep(void *, uint64_t *, cube_t *); 8size_t gendata_cocsep(unsigned char *, uint64_t *, cube_t *);
9uint64_t gendata_h48short(gendata_h48short_arg_t [static 1]); 9uint64_t gendata_h48short(gendata_h48short_arg_t [static 1]);
10 10
11char str[STRLENMAX]; 11char str[STRLENMAX];
@@ -25,7 +25,7 @@ uint64_t readl(void) {
25} 25}
26 26
27void run(void) { 27void run(void) {
28 char buf[2000000]; 28 unsigned char buf[2000000];
29 h48map_t map; 29 h48map_t map;
30 uint64_t i, j, capacity, randomizer, selfsim[COCSEP_CLASSES]; 30 uint64_t i, j, capacity, randomizer, selfsim[COCSEP_CLASSES];
31 kvpair_t kv, b[MAXPOS]; 31 kvpair_t kv, b[MAXPOS];

Generated with cgit - Back to sebastiano.tronto.net