aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-06-15 10:19:38 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-06-22 10:13:04 -0400
commitc1f53f42900b20d331e6d63d449dd85a10e4f036 (patch)
treebb6328342782ef66e428fd4da2f4654a32cc8c22 /tests
parent582744998b624cada2293a533e0cce5720433454 (diff)
downloadstasis-c1f53f42900b20d331e6d63d449dd85a10e4f036.tar.gz
Fix missing LF
Diffstat (limited to 'tests')
-rw-r--r--tests/test_version_compare.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_version_compare.c b/tests/test_version_compare.c
index 2a3458f..1502b38 100644
--- a/tests/test_version_compare.c
+++ b/tests/test_version_compare.c
@@ -147,7 +147,7 @@ void run_cases_version_compare(void) {
result = version_compare(op, test->a, test->b);
STASIS_ASSERT(test->expected == result, "unexpected result");
- fprintf(stderr, "'%s' '%s' '%s' is %s (%d)",
+ fprintf(stderr, "'%s' '%s' '%s' is %s (%d)\n",
test->a ? test->a : "NULL",
test->op ? test->op : "NULL",
test->b ? test->b : "NULL",