From a2456477f573330bdcb18d974e157da2613e95bf Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 6 Apr 2026 10:27:05 +0100 Subject: Fix tests for Microsoft's broken compiler --- test/011_math_indextoperm/indextoperm_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/011_math_indextoperm') 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 @@ #include "../test.h" -void indextoperm(uint64_t, size_t n, uint8_t [n]); +void indextoperm(uint64_t, size_t n, uint8_t *); void run(void) { char str[STRLENMAX]; -- cgit v1.3