aboutsummaryrefslogtreecommitdiff
path: root/test/test.h
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/test.h
parenta3f814c63b9422d596931f3e1319d025158df843 (diff)
downloadnissy-core-a2456477f573330bdcb18d974e157da2613e95bf.tar.gz
nissy-core-a2456477f573330bdcb18d974e157da2613e95bf.zip
Fix tests for Microsoft's broken compiler
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h2
1 files changed, 1 insertions, 1 deletions
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);
28bool issolvable(oriented_cube_t); 28bool issolvable(oriented_cube_t);
29bool issolved(oriented_cube_t); 29bool issolved(oriented_cube_t);
30oriented_cube_t readcube(char *); 30oriented_cube_t readcube(char *);
31int64_t writecube(oriented_cube_t, size_t n, char [n]); 31int64_t writecube(oriented_cube_t, size_t n, char *);
32 32
33/* Test function to be implemented by all tests */ 33/* Test function to be implemented by all tests */
34void run(void); 34void run(void);

Generated with cgit - Back to sebastiano.tronto.net