diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-07-14 21:28:37 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-07-14 21:28:37 +0200 |
| commit | 61e03f9f4eecf3d5811b11c44c9ef778f0a93bc7 (patch) | |
| tree | a7a6edc2e44689ed62472bdece1d9bf6a300419f /test/102_cocsep_selfsim | |
| parent | a016aa7f78c86c59bab3ae4970f8cc339186bc91 (diff) | |
| download | nissy-core-61e03f9f4eecf3d5811b11c44c9ef778f0a93bc7.tar.gz nissy-core-61e03f9f4eecf3d5811b11c44c9ef778f0a93bc7.zip | |
Found a sneaky bug (it's all a mess now)
Diffstat (limited to '')
| -rw-r--r-- | test/102_cocsep_selfsim/00_all.in (renamed from test/101_cocsep_selfsim/00_all.in) | 0 | ||||
| -rw-r--r-- | test/102_cocsep_selfsim/00_all.out (renamed from test/101_cocsep_selfsim/00_all.out) | 0 | ||||
| -rw-r--r-- | test/102_cocsep_selfsim/cocsep_selfsim_tests.c (renamed from test/101_cocsep_selfsim/cocsep_selfsim_tests.c) | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/test/101_cocsep_selfsim/00_all.in b/test/102_cocsep_selfsim/00_all.in index 07bda04..07bda04 100644 --- a/test/101_cocsep_selfsim/00_all.in +++ b/test/102_cocsep_selfsim/00_all.in | |||
diff --git a/test/101_cocsep_selfsim/00_all.out b/test/102_cocsep_selfsim/00_all.out index cc96363..cc96363 100644 --- a/test/101_cocsep_selfsim/00_all.out +++ b/test/102_cocsep_selfsim/00_all.out | |||
diff --git a/test/101_cocsep_selfsim/cocsep_selfsim_tests.c b/test/102_cocsep_selfsim/cocsep_selfsim_tests.c index 9d9a8b2..7211e2e 100644 --- a/test/101_cocsep_selfsim/cocsep_selfsim_tests.c +++ b/test/102_cocsep_selfsim/cocsep_selfsim_tests.c | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * and the cube that is one quarter-turn-move off (all such cases are | 3 | * and the cube that is one quarter-turn-move off (all such cases are |
| 4 | * equivalent due to symmetry). Adding more tests requires figuring out | 4 | * equivalent due to symmetry). Adding more tests requires figuring out |
| 5 | * by hand which one is the first position in its class to be reached. | 5 | * by hand which one is the first position in its class to be reached. |
| 6 | * Note that the .out file need a space before each newline. | 6 | * Note that the .out files need a space before each newline. |
| 7 | */ | 7 | */ |
| 8 | #include "../test.h" | 8 | #include "../test.h" |
| 9 | 9 | ||
