aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-07-13 20:32:59 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-07-13 20:32:59 +0200
commita016aa7f78c86c59bab3ae4970f8cc339186bc91 (patch)
treee40d495971428c644fd924868fc983a51ff85a10 /test
parentd3db14d63a03c4a313e818ba1435433dd18acba4 (diff)
downloadnissy-core-a016aa7f78c86c59bab3ae4970f8cc339186bc91.tar.gz
nissy-core-a016aa7f78c86c59bab3ae4970f8cc339186bc91.zip
Added new bfs attempt, but looks wrong
Diffstat (limited to 'test')
-rw-r--r--test/103_gendata_h48_h0/gendata_h48_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/103_gendata_h48_h0/gendata_h48_tests.c b/test/103_gendata_h48_h0/gendata_h48_tests.c
index ed17915..e9de3c0 100644
--- a/test/103_gendata_h48_h0/gendata_h48_tests.c
+++ b/test/103_gendata_h48_h0/gendata_h48_tests.c
@@ -4,7 +4,7 @@
4#define COCSEPSIZE 1119792 4#define COCSEPSIZE 1119792
5#define ETABLESIZE ((3393 * 495 * 70) >> 1) 5#define ETABLESIZE ((3393 * 495 * 70) >> 1)
6 6
7size_t gendata_h48h0k4(void *, uint8_t); 7int64_t gendata_h48h0k4(void *, uint8_t);
8 8
9void run(void) { 9void run(void) {
10 char str[STRLENMAX]; 10 char str[STRLENMAX];

Generated with cgit - Back to sebastiano.tronto.net