diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-04-06 10:27:05 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-04-06 10:27:05 +0100 |
| commit | a2456477f573330bdcb18d974e157da2613e95bf (patch) | |
| tree | 6f5a5b882dccfb37a88f31abace2062028823ff5 /test/test.h | |
| parent | a3f814c63b9422d596931f3e1319d025158df843 (diff) | |
| download | nissy-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.h | 2 |
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); | |||
| 28 | bool issolvable(oriented_cube_t); | 28 | bool issolvable(oriented_cube_t); |
| 29 | bool issolved(oriented_cube_t); | 29 | bool issolved(oriented_cube_t); |
| 30 | oriented_cube_t readcube(char *); | 30 | oriented_cube_t readcube(char *); |
| 31 | int64_t writecube(oriented_cube_t, size_t n, char [n]); | 31 | int64_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 */ |
| 34 | void run(void); | 34 | void run(void); |
