summaryrefslogtreecommitdiff
path: root/tests/unit/unittest/mockfilepathcaching.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/unittest/mockfilepathcaching.h')
-rw-r--r--tests/unit/unittest/mockfilepathcaching.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/unittest/mockfilepathcaching.h b/tests/unit/unittest/mockfilepathcaching.h
index bec249a5a5..155aa491c9 100644
--- a/tests/unit/unittest/mockfilepathcaching.h
+++ b/tests/unit/unittest/mockfilepathcaching.h
@@ -43,4 +43,5 @@ public:
MOCK_CONST_METHOD1(directoryPathId,
ClangBackEnd::DirectoryPathId(ClangBackEnd::FilePathId filePathId));
MOCK_METHOD1(addFilePaths, void(const ClangBackEnd::FilePaths &filePaths));
+ MOCK_METHOD0(populateIfEmpty, void());
};