Fixed warning

This commit is contained in:
Alex Zolotarev 2011-01-23 20:58:59 +01:00 committed by Alex Zolotarev
parent aa9f121e51
commit 97aea07ccc

View file

@ -136,7 +136,9 @@ namespace
TEST_EQUAL(arr[n-1], vec.back(), ());
if (expectedCount > 0)
{
TEST_EQUAL(expectedCount, vec.size(), ());
}
for (size_t i = 2; i < vec.size(); ++i)
{