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/090_allowedmoves/allowedmoves_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/090_allowedmoves') 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 @@ #include "../test.h" -bool allowedmoves(size_t n, const uint8_t [n]); +bool allowedmoves(size_t n, const uint8_t *); static char *moves[] = { "U", "U2", "U'", -- cgit v1.3