aboutsummaryrefslogtreecommitdiff
path: root/test/011_math_indextoperm
diff options
context:
space:
mode:
Diffstat (limited to 'test/011_math_indextoperm')
-rw-r--r--test/011_math_indextoperm/indextoperm_tests.c2
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
3void indextoperm(uint64_t, size_t n, uint8_t [n]); 3void indextoperm(uint64_t, size_t n, 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