aboutsummaryrefslogtreecommitdiff
path: root/test/090_allowedmoves/allowedmoves_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/090_allowedmoves/allowedmoves_tests.c')
-rw-r--r--test/090_allowedmoves/allowedmoves_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/090_allowedmoves/allowedmoves_tests.c b/test/090_allowedmoves/allowedmoves_tests.c
index aa6bda7..6bc0e33 100644
--- a/test/090_allowedmoves/allowedmoves_tests.c
+++ b/test/090_allowedmoves/allowedmoves_tests.c
@@ -1,6 +1,6 @@
1#include "../test.h" 1#include "../test.h"
2 2
3bool allowedmoves(size_t n, const uint8_t [n]); 3bool allowedmoves(size_t n, const uint8_t *);
4 4
5static char *moves[] = { 5static char *moves[] = {
6 "U", "U2", "U'", 6 "U", "U2", "U'",

Generated with cgit - Back to sebastiano.tronto.net