aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unittest/clientserverinprocesstest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/unittest/clientserverinprocesstest.cpp')
-rw-r--r--tests/unit/unittest/clientserverinprocesstest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/unittest/clientserverinprocesstest.cpp b/tests/unit/unittest/clientserverinprocesstest.cpp
index 9010b4130f0..c654789bca2 100644
--- a/tests/unit/unittest/clientserverinprocesstest.cpp
+++ b/tests/unit/unittest/clientserverinprocesstest.cpp
@@ -145,7 +145,7 @@ TEST_F(ClientServerInProcess, SendCompleteCodeCommand)
TEST_F(ClientServerInProcess, SendCodeCompletedCommand)
{
- QVector<ClangBackEnd::CodeCompletion> codeCompletions({Utf8StringLiteral("newFunction()")});
+ ClangBackEnd::CodeCompletions codeCompletions({Utf8StringLiteral("newFunction()")});
ClangBackEnd::CodeCompletedCommand command(codeCompletions, 1);
EXPECT_CALL(mockIpcClient, codeCompleted(command))