aboutsummaryrefslogtreecommitdiff
path: root/tests/test_version_compare.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_version_compare.c')
-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",