diff --git a/src/plugins/autotest/itestparser.cpp b/src/plugins/autotest/itestparser.cpp index deb43af45f4..9d06320322c 100644 --- a/src/plugins/autotest/itestparser.cpp +++ b/src/plugins/autotest/itestparser.cpp @@ -68,6 +68,7 @@ QByteArray CppParser::getFileContent(const QString &filePath) qDebug() << "Failed to read file" << filePath << ":" << error; } } + fileContent.replace("\r\n", "\n"); return fileContent; }