aboutsummaryrefslogtreecommitdiff
path: root/test/077_copy_edges
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-06-17 17:39:06 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-06-17 17:39:30 +0200
commite986713657bc5f9880e91ed49dd9b0d0227f048d (patch)
tree908d371e60546795c4ca1f9a3b67571b964203c5 /test/077_copy_edges
parent02ce9adf6a9168ec66c322ce9e5a5cb9fe1e60a5 (diff)
downloadnissy-core-e986713657bc5f9880e91ed49dd9b0d0227f048d.tar.gz
nissy-core-e986713657bc5f9880e91ed49dd9b0d0227f048d.zip
Use callback function to log to stderr
Diffstat (limited to 'test/077_copy_edges')
-rw-r--r--test/077_copy_edges/copy_edges_tests.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/077_copy_edges/copy_edges_tests.c b/test/077_copy_edges/copy_edges_tests.c
index 9afcb73..5077861 100644
--- a/test/077_copy_edges/copy_edges_tests.c
+++ b/test/077_copy_edges/copy_edges_tests.c
@@ -2,7 +2,7 @@
2 2
3void copy_edges(cube_t *, cube_t); 3void copy_edges(cube_t *, cube_t);
4 4
5int main(void) { 5void run(void) {
6 char str[STRLENMAX]; 6 char str[STRLENMAX];
7 cube_t c1, c2; 7 cube_t c1, c2;
8 8
@@ -22,6 +22,4 @@ int main(void) {
22 writecube("H48", c1, str); 22 writecube("H48", c1, str);
23 printf("%s\n", str); 23 printf("%s\n", str);
24 } 24 }
25
26 return 0;
27} 25}

Generated with cgit - Back to sebastiano.tronto.net