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/test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test.h') diff --git a/test/test.h b/test/test.h index 3408130..b8c5922 100644 --- a/test/test.h +++ b/test/test.h @@ -28,7 +28,7 @@ bool isconsistent(oriented_cube_t); bool issolvable(oriented_cube_t); bool issolved(oriented_cube_t); oriented_cube_t readcube(char *); -int64_t writecube(oriented_cube_t, size_t n, char [n]); +int64_t writecube(oriented_cube_t, size_t n, char *); /* Test function to be implemented by all tests */ void run(void); -- cgit v1.3