aboutsummaryrefslogtreecommitdiff
path: root/test/001_pieces/pieces_tests.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-22 14:17:03 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-22 14:17:03 +0200
commitac652bb6fb45099008e862e3ced650299dc3ebb7 (patch)
tree12fb1c902c271fbeac41c4ee416cf1cd76b16fd7 /test/001_pieces/pieces_tests.c
parent71e104d84b3538e15f27df79b151e6b49cbad1eb (diff)
parente391c4624055138f075c0e5772ccaf8ede094b5a (diff)
downloadnissy-core-ac652bb6fb45099008e862e3ced650299dc3ebb7.tar.gz
nissy-core-ac652bb6fb45099008e862e3ced650299dc3ebb7.zip
Merge branch 'master' into extend_moves
Diffstat (limited to 'test/001_pieces/pieces_tests.c')
-rw-r--r--test/001_pieces/pieces_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/001_pieces/pieces_tests.c b/test/001_pieces/pieces_tests.c
index 2e6460b..452a11b 100644
--- a/test/001_pieces/pieces_tests.c
+++ b/test/001_pieces/pieces_tests.c
@@ -13,7 +13,7 @@ void run(void) {
13 while (*aux != '\n') 13 while (*aux != '\n')
14 aux++; 14 aux++;
15 15
16 cube = readcube("H48", str); 16 cube = readcube(str);
17 pieces(&cube, corner, edge); 17 pieces(&cube, corner, edge);
18 18
19 for (i = 0; i < 8; i++) 19 for (i = 0; i < 8; i++)

Generated with cgit - Back to sebastiano.tronto.net