You need to sign in or sign up before continuing.
提交 963c4e48 编写于 作者: P psandoz

8022898: java/util/Spliterator/SpliteratorCollisions.java fails in...

8022898: java/util/Spliterator/SpliteratorCollisions.java fails in HashableIntSpliteratorWithNull data provider
Reviewed-by: henryjen, alanb, rriggs
上级 88291250
...@@ -148,7 +148,6 @@ public class SpliteratorCollisions { ...@@ -148,7 +148,6 @@ public class SpliteratorCollisions {
List<Object[]> data = new ArrayList<>(); List<Object[]> data = new ArrayList<>();
for (int size : SIZES) { for (int size : SIZES) {
List<HashableInteger> exp = listIntRange(size, true); List<HashableInteger> exp = listIntRange(size, true);
exp.add(0, null);
SpliteratorDataBuilder<HashableInteger> db = new SpliteratorDataBuilder<>(data, exp); SpliteratorDataBuilder<HashableInteger> db = new SpliteratorDataBuilder<>(data, exp);
// Maps // Maps
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册