aboutsummaryrefslogtreecommitdiff
path: root/test/033_inverse_move
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-04-06 10:27:05 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2026-04-06 10:27:05 +0100
commita2456477f573330bdcb18d974e157da2613e95bf (patch)
tree6f5a5b882dccfb37a88f31abace2062028823ff5 /test/033_inverse_move
parenta3f814c63b9422d596931f3e1319d025158df843 (diff)
downloadnissy-core-a2456477f573330bdcb18d974e157da2613e95bf.tar.gz
nissy-core-a2456477f573330bdcb18d974e157da2613e95bf.zip
Fix tests for Microsoft's broken compiler
Diffstat (limited to 'test/033_inverse_move')
-rw-r--r--test/033_inverse_move/inverse_move_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/033_inverse_move/inverse_move_tests.c b/test/033_inverse_move/inverse_move_tests.c
index 5453f83..86bf741 100644
--- a/test/033_inverse_move/inverse_move_tests.c
+++ b/test/033_inverse_move/inverse_move_tests.c
@@ -3,7 +3,7 @@
3extern char *movestr[]; 3extern char *movestr[];
4 4
5int64_t readmoves(const char *, size_t n, size_t m, 5int64_t readmoves(const char *, size_t n, size_t m,
6 size_t *, size_t *, uint8_t [n], uint8_t [m]); 6 size_t *, size_t *, uint8_t *, uint8_t *);
7uint8_t inverse_move(uint8_t); 7uint8_t inverse_move(uint8_t);
8 8
9void run(void) { 9void run(void) {

Generated with cgit - Back to sebastiano.tronto.net