diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-04-06 10:27:05 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-04-06 10:27:05 +0100 |
| commit | a2456477f573330bdcb18d974e157da2613e95bf (patch) | |
| tree | 6f5a5b882dccfb37a88f31abace2062028823ff5 /test/011_math_indextoperm/indextoperm_tests.c | |
| parent | a3f814c63b9422d596931f3e1319d025158df843 (diff) | |
| download | nissy-core-a2456477f573330bdcb18d974e157da2613e95bf.tar.gz nissy-core-a2456477f573330bdcb18d974e157da2613e95bf.zip | |
Fix tests for Microsoft's broken compiler
Diffstat (limited to 'test/011_math_indextoperm/indextoperm_tests.c')
| -rw-r--r-- | test/011_math_indextoperm/indextoperm_tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/011_math_indextoperm/indextoperm_tests.c b/test/011_math_indextoperm/indextoperm_tests.c index e83cbad..1464d7b 100644 --- a/test/011_math_indextoperm/indextoperm_tests.c +++ b/test/011_math_indextoperm/indextoperm_tests.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "../test.h" | 1 | #include "../test.h" |
| 2 | 2 | ||
| 3 | void indextoperm(uint64_t, size_t n, uint8_t [n]); | 3 | void indextoperm(uint64_t, size_t n, uint8_t *); |
| 4 | 4 | ||
| 5 | void run(void) { | 5 | void run(void) { |
| 6 | char str[STRLENMAX]; | 6 | char str[STRLENMAX]; |
