Skip to content

Commit e4c9d54

Browse files
committed
Fix selfcheck issues
1 parent c9a5bda commit e4c9d54

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
@@ -3077,7 +3077,7 @@ class TestPreprocessor : public TestFixture {
30773077
simplecpp::TokenList tokens2 = preprocessor.preprocess("CONFIG1", files, outputList);
30783078
std::string out = tokens2.stringify();
30793079

3080-
simplecpp::FileDataCache &cache = preprocessor.mFileCache;
3080+
const simplecpp::FileDataCache &cache = preprocessor.mFileCache;
30813081

30823082
ASSERT_EQUALS("\n#line 1 \"header1.h\"\n1", out);
30833083
ASSERT_EQUALS(1, outputList.size());

0 commit comments

Comments
 (0)