ClangClParser: Adapt autotest to changes in master

The \r\n sequences are cleaned up centrally now.

Change-Id: I55ed60757433e9b800fe7a30a5fa77f9a0f382c0
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2020-05-12 13:30:05 +02:00
parent eb96f9900a
commit fcd8b1a8f0

View File

@@ -646,7 +646,7 @@ void ProjectExplorerPlugin::testClangClOutputParsers_data()
<< "C:\\Program Files\\LLVM\\bin\\clang-cl.exe /nologo /c /EHsc /Od -m64 /Zi /MDd "
"/DUNICODE /D_UNICODE /DWIN32 /FdTestForError.cl.pdb "
"/FoC:\\MyData\\Project_home\\cpp\build-TestForError-msvc_2017_clang-Debug\\Debug_msvc_201_47eca974c876c8b3\\TestForError.b6dd39ae\\3a52ce780950d4d9\\main.cpp.obj "
"C:\\MyData\\Project_home\\cpp\\TestForError\\main.cpp /TP\r\n"
"C:\\MyData\\Project_home\\cpp\\TestForError\\main.cpp /TP\n"
" ;\n"
<< Tasks{CompileTask(Task::Error, "expected ';' after return statement\nreturn 0",
FilePath::fromUserInput("C:\\MyData\\Project_home\\cpp\\TestForError\\main.cpp"),