diff --git a/tests/crt.c b/tests/crt.c index d194b55..681acf8 100644 --- a/tests/crt.c +++ b/tests/crt.c @@ -387,7 +387,7 @@ static void junit_write(char *path, Test_Feature *features) { if(!test->is_succeeded) { fprint_fmt(xml, " \n", test->line, test->error_msg); - fprint_fmt(xml, " crt.c(%d):\n %s\n", test->line, test->error_msg); + fprint_fmt(xml, "crt.c(%d):\n %s\n", test->line, test->error_msg); fprint_fmt(xml, " \n"); } test_id += 1;