Fix test warning

This commit is contained in:
Sergey Yershov 2015-09-23 15:42:03 +03:00
parent 0b44cbc05b
commit 166569539d

View file

@ -31,7 +31,7 @@ namespace
size_t count;
info.ForEachTriangle(DoDump(count));
ASSERT_EQUAL(count, trianglesCount, ());
TEST_EQUAL(count, trianglesCount, ());
return count;
}