diff options
Diffstat (limited to 'test/075_set_eo')
| -rw-r--r-- | test/075_set_eo/set_eo_tests.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/075_set_eo/set_eo_tests.c b/test/075_set_eo/set_eo_tests.c index 08c8ae8..cd4868c 100644 --- a/test/075_set_eo/set_eo_tests.c +++ b/test/075_set_eo/set_eo_tests.c | |||
| @@ -22,9 +22,11 @@ int main(void) { | |||
| 22 | printf("Error setting EO\n"); | 22 | printf("Error setting EO\n"); |
| 23 | } else if (!isconsistent(cube)) { | 23 | } else if (!isconsistent(cube)) { |
| 24 | fprintf(stderr, "edges: "); | 24 | fprintf(stderr, "edges: "); |
| 25 | for (int i = 0; i < 12; i++) fprintf(stderr, "%d ", cube.edge[i]); | 25 | for (int i = 0; i < 12; i++) |
| 26 | fprintf(stderr, "%d ", cube.edge[i]); | ||
| 26 | fprintf(stderr, "\n"); | 27 | fprintf(stderr, "\n"); |
| 27 | for (int i = 0; i < 8; i++) fprintf(stderr, "%d ", cube.corner[i]); | 28 | for (int i = 0; i < 8; i++) |
| 29 | fprintf(stderr, "%d ", cube.corner[i]); | ||
| 28 | fprintf(stderr, "\n"); | 30 | fprintf(stderr, "\n"); |
| 29 | printf("Setting EO resulted in inconsistent cube\n"); | 31 | printf("Setting EO resulted in inconsistent cube\n"); |
| 30 | } else { | 32 | } else { |
