diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-06-15 10:19:38 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-06-22 10:13:04 -0400 |
| commit | c1f53f42900b20d331e6d63d449dd85a10e4f036 (patch) | |
| tree | bb6328342782ef66e428fd4da2f4654a32cc8c22 | |
| parent | 582744998b624cada2293a533e0cce5720433454 (diff) | |
| download | stasis-c1f53f42900b20d331e6d63d449dd85a10e4f036.tar.gz | |
Fix missing LF
| -rw-r--r-- | tests/test_version_compare.c | 2 |
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", |
