mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-13 15:09:39 +00:00
8022898: java/util/Spliterator/SpliteratorCollisions.java fails in HashableIntSpliteratorWithNull data provider
Reviewed-by: henryjen, alanb, rriggs
This commit is contained in:
parent
772a828f73
commit
ea67b80891
@ -148,7 +148,6 @@ public class SpliteratorCollisions {
|
||||
List<Object[]> data = new ArrayList<>();
|
||||
for (int size : SIZES) {
|
||||
List<HashableInteger> exp = listIntRange(size, true);
|
||||
exp.add(0, null);
|
||||
SpliteratorDataBuilder<HashableInteger> db = new SpliteratorDataBuilder<>(data, exp);
|
||||
|
||||
// Maps
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user