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

Comparing jsr166/src/test/tck/TreeSetTest.java (file contents):
Revision 1.14 by jsr166, Wed Aug 25 01:44:48 2010 UTC vs.
Revision 1.15 by jsr166, Wed Sep 1 20:12:40 2010 UTC

# Line 880 | Line 880 | public class TreeSetTest extends JSR166T
880                  // BitSet should support this! Test would run much faster
881                  while (element >= min) {
882                      if (bs.get(element))
883 <                        return(element);
883 >                        return element;
884                      element--;
885                  }
886                  return -1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines