ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/jtreg/util/Collection/BiggernYours.java
(Generate patch)

Comparing jsr166/src/test/jtreg/util/Collection/BiggernYours.java (file contents):
Revision 1.1 by jsr166, Tue Sep 1 01:24:07 2009 UTC vs.
Revision 1.2 by jsr166, Wed Aug 25 21:40:03 2010 UTC

# Line 174 | Line 174 | public class BiggernYours {
174                  public int size() {return randomize(super.size());}});
175  
176          testCollections(
177 +            new ConcurrentLinkedDeque(),
178 +            new ConcurrentLinkedDeque() {
179 +                public int size() {return randomize(super.size());}});
180 +
181 +        testCollections(
182              new ConcurrentLinkedQueue(),
183              new ConcurrentLinkedQueue() {
184                  public int size() {return randomize(super.size());}});

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines