diff --git a/src/unity.c b/src/unity.c index 138978c..392625e 100644 --- a/src/unity.c +++ b/src/unity.c @@ -249,6 +249,7 @@ void UnityPrintOk(void) //----------------------------------------------- void UnityTestResultsBegin(const char* file, const UNITY_LINE_TYPE line) { + UNITY_PRINT_EOL; UnityPrint(file); UNITY_OUTPUT_CHAR(':'); UnityPrintNumber(line);