Merge branch 'master' of github.com:danmar/cppcheck
This commit is contained in:
commit
0473473e7b
|
@ -2022,7 +2022,7 @@ private:
|
|||
Settings settings;
|
||||
Preprocessor preprocessor(&settings, this);
|
||||
preprocessor.read(istr, "test.cpp", 0);
|
||||
ASSERT_EQUALS("[test.cpp:1]: (error) The code contains characters that are unhandled. Neither Unicode nor extended ASCII are supported. (line=1, character code=c8)\n", errout.str());
|
||||
ASSERT_EQUALS("[test.cpp:1]: (error) The code contains characters that are unhandled. Neither unicode nor extended ASCII are supported. (line=1, character code=c8)\n", errout.str());
|
||||
}
|
||||
|
||||
void unicodeInComment()
|
||||
|
|
Loading…
Reference in New Issue