diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-22 11:14:06 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-22 11:14:06 +0200 |
| commit | cd866d68cf1bf6ea928cc48a4f2b753c0b1baa6f (patch) | |
| tree | f50ad0087e90e301240b6c93dcd267cbe49b282d /test/121_coorddata_dr | |
| parent | 8b72e391c7185e3da0dfbf0ab60068ac37e4d5cc (diff) | |
| download | nissy-core-cd866d68cf1bf6ea928cc48a4f2b753c0b1baa6f.tar.gz nissy-core-cd866d68cf1bf6ea928cc48a4f2b753c0b1baa6f.zip | |
Updated tests and added fixed =A to B32 output
Diffstat (limited to 'test/121_coorddata_dr')
| -rw-r--r-- | test/121_coorddata_dr/coorddata_dr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/121_coorddata_dr/coorddata_dr.c b/test/121_coorddata_dr/coorddata_dr.c index 9432b4c..d7efcfb 100644 --- a/test/121_coorddata_dr/coorddata_dr.c +++ b/test/121_coorddata_dr/coorddata_dr.c | |||
| @@ -45,7 +45,7 @@ void run(void) { | |||
| 45 | if (!found) { | 45 | if (!found) { |
| 46 | printf("Error: invcoord of %" PRId64 " returns %" | 46 | printf("Error: invcoord of %" PRId64 " returns %" |
| 47 | PRId64 " with cube:\n", coord, coord2); | 47 | PRId64 " with cube:\n", coord, coord2); |
| 48 | writecube("H48", cube, STRLENMAX, str); | 48 | writecube(cube, STRLENMAX, str); |
| 49 | printf("%s\n", str); | 49 | printf("%s\n", str); |
| 50 | goto cleanup; | 50 | goto cleanup; |
| 51 | } | 51 | } |
