Skip to content

Commit

Permalink
test_mx_util: Add "\n" to stderr message
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Jan 24, 2020
1 parent 87f24ef commit 7a78fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_mx_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ static void test_mx_strvec_cachebug() {
strvec2 = mx_strvec_new();
assert(mx_strvec_length(strvec2) == 0);
if (strvec != strvec2)
fprintf(stderr, "Warning: Can't test strvec cache bug. Skipping.");
fprintf(stderr, "Warning: Can't test strvec cache bug. Skipping.\n");
mx_free_null(strvec2);
mx_free_null(str);
}
Expand Down

0 comments on commit 7a78fc4

Please sign in to comment.