aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unittest/projectparts-test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/unittest/projectparts-test.cpp')
-rw-r--r--tests/unit/unittest/projectparts-test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/unittest/projectparts-test.cpp b/tests/unit/unittest/projectparts-test.cpp
index 8ab342b2f18..16f1ef09889 100644
--- a/tests/unit/unittest/projectparts-test.cpp
+++ b/tests/unit/unittest/projectparts-test.cpp
@@ -25,7 +25,7 @@
#include "googletest.h"
-#include <projectparts.h>
+#include <projectpartsmanager.h>
#include <projectpartcontainer.h>
@@ -41,7 +41,7 @@ using ClangBackEnd::FilePathId;
class ProjectParts : public testing::Test
{
protected:
- ClangBackEnd::ProjectParts projectParts;
+ ClangBackEnd::ProjectPartsManager projectParts;
FilePathId firstHeader{1};
FilePathId secondHeader{2};
FilePathId firstSource{11};