aboutsummaryrefslogtreecommitdiff
path: root/test/104_cocsep_ttrep
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-08-10 17:39:32 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-08-10 17:39:32 +0200
commit4a016679d1f5f33ab0679dfc315222797075dc65 (patch)
tree3cde6b560163d3e404d202d9b396476417c5af93 /test/104_cocsep_ttrep
parentdc64668ceba09cd048fb92af77857b594c584c27 (diff)
parentc0d829e588c5d25ee0fc0ff3212658c92c0fb0a8 (diff)
downloadnissy-core-4a016679d1f5f33ab0679dfc315222797075dc65.tar.gz
nissy-core-4a016679d1f5f33ab0679dfc315222797075dc65.zip
Merge branch 'master' of github.com:sebastianotronto/h48
Diffstat (limited to 'test/104_cocsep_ttrep')
-rw-r--r--test/104_cocsep_ttrep/cocsep_ttrep_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/104_cocsep_ttrep/cocsep_ttrep_tests.c b/test/104_cocsep_ttrep/cocsep_ttrep_tests.c
index f0da151..f692ca8 100644
--- a/test/104_cocsep_ttrep/cocsep_ttrep_tests.c
+++ b/test/104_cocsep_ttrep/cocsep_ttrep_tests.c
@@ -29,7 +29,7 @@ void run(void) {
29 l = coord_cocsep(c); 29 l = coord_cocsep(c);
30 if (k != l) 30 if (k != l)
31 printf("cocsep %" PRId64 " (%" PRId64 "): " 31 printf("cocsep %" PRId64 " (%" PRId64 "): "
32 "%" PRId64 " ttrep %" PRIu8 32 "%" PRId64 " ttrep %" PRIu32
33 " -> %" PRId64 "\n", i, l, j, tt, k); 33 " -> %" PRId64 "\n", i, l, j, tt, k);
34 } 34 }
35 } 35 }

Generated with cgit - Back to sebastiano.tronto.net