diff --git a/RefactorTest/CreateMultiVariableDeclaration.cpp b/RefactorTest/CreateMultiVariableDeclaration.cpp index ddcd92c..6e4f313 100644 --- a/RefactorTest/CreateMultiVariableDeclaration.cpp +++ b/RefactorTest/CreateMultiVariableDeclaration.cpp @@ -57,7 +57,7 @@ void TestCreateMultiVariableDeclaration() stj = sti; // #TEST#: CMVD4 Create multi-variable declaration from next two lines - std::vector vi(3); + std::vector vi(4); std::vector vj(4); vi = vj;