forked from organicmaps/organicmaps
Fixed test
This commit is contained in:
parent
aea5519f77
commit
0053e598b2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ UNIT_TEST(Timer_Seconds)
|
|||
for (int i = 0; i < 10000000; ++i) {}
|
||||
t2 = timer.ElapsedSeconds();
|
||||
|
||||
TEST_EQUAL(t1, t2, ("Timer values should be equal: compiler loop optimization!"));
|
||||
TEST_ALMOST_EQUAL(t1, t2, ("Timer values should be equal: compiler loop optimization!"));
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue