diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-04-13 15:57:23 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-04-13 15:57:23 +0200 |
| commit | a4598b740fe4b8350b7d09a575c793113c8fde2b (patch) | |
| tree | 157cdb108564389ecdf1badae2501f890fc2a126 /test/071_coord_eo | |
| parent | 3ab2f98170908277f70191846e84e5dde185a056 (diff) | |
| download | cubecore-a4598b740fe4b8350b7d09a575c793113c8fde2b.tar.gz cubecore-a4598b740fe4b8350b7d09a575c793113c8fde2b.zip | |
Some renaming, moved stuff around
Diffstat (limited to 'test/071_coord_eo')
| -rw-r--r-- | test/071_coord_eo/coord_eo_tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/071_coord_eo/coord_eo_tests.c b/test/071_coord_eo/coord_eo_tests.c index 5951042..a0b868a 100644 --- a/test/071_coord_eo/coord_eo_tests.c +++ b/test/071_coord_eo/coord_eo_tests.c | |||
| @@ -6,7 +6,7 @@ int main(void) { | |||
| 6 | int64_t result; | 6 | int64_t result; |
| 7 | 7 | ||
| 8 | fgets(str, STRLENMAX, stdin); | 8 | fgets(str, STRLENMAX, stdin); |
| 9 | cube = readcube("H48", str); | 9 | cube = cube_read("H48", str); |
| 10 | 10 | ||
| 11 | result = cube_coord_eo(cube); | 11 | result = cube_coord_eo(cube); |
| 12 | 12 | ||
