Skip to content

Commit

Permalink
Fix unit-tests fail on osx some times
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 authored and xfbird committed Sep 18, 2024
1 parent e38f7f4 commit 4fcc127
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unit-tests/Source/core/base/VectorTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,6 @@ TEST_SUITE("base/Vector") {
different++;
}
CHECK(different > 0);
auto count75 = vecForRandom.size() * 3 / 4;
CHECK(different >= count75); // At least 75% different
AXLOGI("## seed={}, different={}, count75={}", seed, different, count75);

// Self assignment
Vector<Node*> vecSelfAssign = createVector();
Expand Down

0 comments on commit 4fcc127

Please sign in to comment.