Skip to content

Commit 4828827

Browse files
committed
Update UnitTestHelper.h
1 parent 02f1eca commit 4828827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/0000_CommonUtilities/UnitTestHelper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ template<typename T>
99
class UnitTestHelper
1010
{
1111
public:
12-
string VerifyVectorResult(vector<T>& vector)
12+
string VerifyVectorResult(vector<T> vector)
1313
{
1414
string result = "";
1515
for (auto& iterator : vector)

0 commit comments

Comments
 (0)