forked from organicmaps/organicmaps
Fix test warning
This commit is contained in:
parent
0b44cbc05b
commit
166569539d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace
|
|||
|
||||
size_t count;
|
||||
info.ForEachTriangle(DoDump(count));
|
||||
ASSERT_EQUAL(count, trianglesCount, ());
|
||||
TEST_EQUAL(count, trianglesCount, ());
|
||||
return count;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue