[vm] Remove duplicated HashMap test
TEST=removing duplicated test Change-Id: I6c0c02166d024d1569ab18cade26de232454395e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/387240 Auto-Submit: Daco Harkes <dacoharkes@google.com> Commit-Queue: Daco Harkes <dacoharkes@google.com> Reviewed-by: Tess Strickland <sstrickl@google.com>
This commit is contained in:
committed by
Commit Queue
parent
0da6318273
commit
8f23dad9d5
@@ -74,9 +74,6 @@ static uint32_t CollisionHash2(uint32_t key) {
|
||||
static uint32_t CollisionHash3(uint32_t key) {
|
||||
return kInitialSize - 2;
|
||||
}
|
||||
static uint32_t CollisionHash4(uint32_t key) {
|
||||
return kInitialSize - 2;
|
||||
}
|
||||
|
||||
void TestSet(IntKeyHash hash, int size) {
|
||||
IntSet set(hash);
|
||||
@@ -174,7 +171,6 @@ VM_UNIT_TEST_CASE(SimpleHashMap_Basic) {
|
||||
TestSet(CollisionHash1, 50);
|
||||
TestSet(CollisionHash2, 50);
|
||||
TestSet(CollisionHash3, 50);
|
||||
TestSet(CollisionHash4, 50);
|
||||
}
|
||||
|
||||
} // namespace dart
|
||||
|
||||
Reference in New Issue
Block a user