diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-22 11:14:06 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-22 11:14:06 +0200 |
| commit | cd866d68cf1bf6ea928cc48a4f2b753c0b1baa6f (patch) | |
| tree | f50ad0087e90e301240b6c93dcd267cbe49b282d /test/001_pieces/pieces_tests.c | |
| parent | 8b72e391c7185e3da0dfbf0ab60068ac37e4d5cc (diff) | |
| download | nissy-core-cd866d68cf1bf6ea928cc48a4f2b753c0b1baa6f.tar.gz nissy-core-cd866d68cf1bf6ea928cc48a4f2b753c0b1baa6f.zip | |
Updated tests and added fixed =A to B32 output
Diffstat (limited to 'test/001_pieces/pieces_tests.c')
| -rw-r--r-- | test/001_pieces/pieces_tests.c | 2 |
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++) |
