aboutsummaryrefslogtreecommitdiff
path: root/test/100_gendata_cocsep/gendata_cocsep_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/100_gendata_cocsep/gendata_cocsep_tests.c')
-rw-r--r--test/100_gendata_cocsep/gendata_cocsep_tests.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/100_gendata_cocsep/gendata_cocsep_tests.c b/test/100_gendata_cocsep/gendata_cocsep_tests.c
index 91ebb52..46b9443 100644
--- a/test/100_gendata_cocsep/gendata_cocsep_tests.c
+++ b/test/100_gendata_cocsep/gendata_cocsep_tests.c
@@ -2,11 +2,11 @@
2 2
3#define BUF_SIZE 2000000 3#define BUF_SIZE 2000000
4 4
5size_t gendata_cocsep(void *, uint64_t *, cube_t *); 5size_t gendata_cocsep(unsigned char *, uint64_t *, cube_t *);
6bool readtableinfo(uint64_t, const char *, tableinfo_t *); 6bool readtableinfo(uint64_t, const unsigned char *, tableinfo_t *);
7 7
8void run(void) { 8void run(void) {
9 char buf[BUF_SIZE]; 9 unsigned char buf[BUF_SIZE];
10 uint32_t i; 10 uint32_t i;
11 uint64_t selfsim[COCSEP_CLASSES]; 11 uint64_t selfsim[COCSEP_CLASSES];
12 cube_t rep[COCSEP_CLASSES]; 12 cube_t rep[COCSEP_CLASSES];

Generated with cgit - Back to sebastiano.tronto.net