diff options
Diffstat (limited to 'test/077_copy_edges')
| -rw-r--r-- | test/077_copy_edges/copy_edges_tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/077_copy_edges/copy_edges_tests.c b/test/077_copy_edges/copy_edges_tests.c index 5077861..48c5c53 100644 --- a/test/077_copy_edges/copy_edges_tests.c +++ b/test/077_copy_edges/copy_edges_tests.c | |||
| @@ -19,7 +19,7 @@ void run(void) { | |||
| 19 | } else if (!isconsistent(c1)) { | 19 | } else if (!isconsistent(c1)) { |
| 20 | printf("Setting EO resulted in inconsistent cube\n"); | 20 | printf("Setting EO resulted in inconsistent cube\n"); |
| 21 | } else { | 21 | } else { |
| 22 | writecube("H48", c1, str); | 22 | writecube("H48", c1, NISSY_SIZE_H48, str); |
| 23 | printf("%s\n", str); | 23 | printf("%s\n", str); |
| 24 | } | 24 | } |
| 25 | } | 25 | } |
