ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/Collection8Test.java
(Generate patch)

Comparing jsr166/src/test/tck/Collection8Test.java (file contents):
Revision 1.53 by jsr166, Sun May 6 22:09:42 2018 UTC vs.
Revision 1.54 by jsr166, Sun May 6 22:33:06 2018 UTC

# Line 610 | Line 610 | public class Collection8Test extends JSR
610                  if (rnd.nextBoolean()) assertTrue(it.hasNext());
611                  assertTrue(copy.contains(it.next()));
612              }
613 +            if (rnd.nextBoolean()) assertTrue(it.hasNext());
614              it.forEachRemaining(
615                  e -> {
616                      assertTrue(c.contains(e));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines