summaryrefslogtreecommitdiff
path: root/tests/unit/unittest/refactoringengine-test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/unittest/refactoringengine-test.cpp')
-rw-r--r--tests/unit/unittest/refactoringengine-test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/unittest/refactoringengine-test.cpp b/tests/unit/unittest/refactoringengine-test.cpp
index e42d555829..8bca61b826 100644
--- a/tests/unit/unittest/refactoringengine-test.cpp
+++ b/tests/unit/unittest/refactoringengine-test.cpp
@@ -129,7 +129,8 @@ void RefactoringEngine::SetUp()
projectPart->files.push_back(projectFile);
commandLine = RefactoringCompilerOptionsBuilder::build(projectPart.data(),
- projectFile.kind);
+ projectFile.kind,
+ RefactoringCompilerOptionsBuilder::PchUsage::None);
commandLine.push_back(qStringFilePath);
}