From cd866d68cf1bf6ea928cc48a4f2b753c0b1baa6f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 22 Apr 2025 11:14:06 +0200 Subject: Updated tests and added fixed =A to B32 output --- test/075_set_eo/set_eo_tests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/075_set_eo/set_eo_tests.c') diff --git a/test/075_set_eo/set_eo_tests.c b/test/075_set_eo/set_eo_tests.c index 0c67e87..2e05e9a 100644 --- a/test/075_set_eo/set_eo_tests.c +++ b/test/075_set_eo/set_eo_tests.c @@ -11,7 +11,7 @@ void run(void) { int64_t eo; fgets(str, STRLENMAX, stdin); - cube = readcube("H48", str); + cube = readcube(str); fgets(str, STRLENMAX, stdin); eo = atoi(str); @@ -30,7 +30,7 @@ void run(void) { fprintf(stderr, "\n"); printf("Setting EO resulted in inconsistent cube\n"); } else { - writecube("H48", cube, NISSY_SIZE_H48, str); + writecube(cube, NISSY_SIZE_CUBE, str); printf("%s\n", str); } } -- cgit v1.3