forked from organicmaps/organicmaps
[GCC] Fixed base_tests
This commit is contained in:
parent
0527fabb4f
commit
1123f98f74
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ UNIT_TEST(BufferVectorSwap)
|
|||
v1.resize(7);
|
||||
TEST_EQUAL ( v1[0].size(), 1, () );
|
||||
TEST_EQUAL ( v1[0][0], 666, () );
|
||||
TEST_NOT_EQUAL ( dd1, v1[0].data(), () );
|
||||
// stl implementation can reuse buffer of vector after clear
|
||||
//TEST_NOT_EQUAL ( dd1, v1[0].data(), () );
|
||||
}
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue