diff --git a/testpreprocessor.cpp b/testpreprocessor.cpp index 312a193bb..ea7097bb1 100644 --- a/testpreprocessor.cpp +++ b/testpreprocessor.cpp @@ -398,7 +398,7 @@ private: void multiline() { - const char filedata[] = "#define str \"abc\" \\\n" + const char filedata[] = "#define str \"abc\" \\ \n" " \"def\"\n"; std::map expected;