Skip to content

Commit bf41b39

Browse files
committed
testpreprocessor.cpp: fixed functionConst selfcheck warning
1 parent e7ba23c commit bf41b39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testpreprocessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2569,7 +2569,7 @@ class TestPreprocessor : public TestFixture {
25692569
ASSERT(getHash(code2) != getHash(code3));
25702570
}
25712571

2572-
void standard() {
2572+
void standard() const {
25732573
std::vector<std::string> files = {"test.cpp"};
25742574

25752575
const char code[] = "int a;";

0 commit comments

Comments
 (0)