diff --git a/test/testpreprocessor.cpp b/test/testpreprocessor.cpp index ea83acf92..e3bbca0aa 100644 --- a/test/testpreprocessor.cpp +++ b/test/testpreprocessor.cpp @@ -745,8 +745,8 @@ private: void error2() { errout.str(""); - const char filedata[] = "#error ê\n" - "#warning ê\n" + const char filedata[] = "#error \xAB\n" + "#warning \xAB\n" "123"; // Read string..