aboutsummaryrefslogtreecommitdiff
path: root/test/010_math_permtoindex/permtoindex_tests.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-04-06 10:27:05 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2026-04-06 10:27:05 +0100
commita2456477f573330bdcb18d974e157da2613e95bf (patch)
tree6f5a5b882dccfb37a88f31abace2062028823ff5 /test/010_math_permtoindex/permtoindex_tests.c
parenta3f814c63b9422d596931f3e1319d025158df843 (diff)
downloadnissy-core-a2456477f573330bdcb18d974e157da2613e95bf.tar.gz
nissy-core-a2456477f573330bdcb18d974e157da2613e95bf.zip
Fix tests for Microsoft's broken compiler
Diffstat (limited to 'test/010_math_permtoindex/permtoindex_tests.c')
-rw-r--r--test/010_math_permtoindex/permtoindex_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/010_math_permtoindex/permtoindex_tests.c b/test/010_math_permtoindex/permtoindex_tests.c
index f246ef3..383150d 100644
--- a/test/010_math_permtoindex/permtoindex_tests.c
+++ b/test/010_math_permtoindex/permtoindex_tests.c
@@ -1,6 +1,6 @@
1#include "../test.h" 1#include "../test.h"
2 2
3uint64_t permtoindex(size_t n, const uint8_t [n]); 3uint64_t permtoindex(size_t n, const uint8_t *);
4 4
5void run(void) { 5void run(void) {
6 char str[STRLENMAX]; 6 char str[STRLENMAX];

Generated with cgit - Back to sebastiano.tronto.net