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

Comparing jsr166/src/test/tck/AbstractQueueTest.java (file contents):
Revision 1.13 by jsr166, Sat Apr 25 04:55:30 2015 UTC vs.
Revision 1.14 by jsr166, Sat May 23 00:53:08 2015 UTC

# Line 153 | Line 153 | public class AbstractQueueTest extends J
153      public void testAddAll3() {
154          Succeed q = new Succeed();
155          Integer[] ints = new Integer[SIZE];
156 <        for (int i = 0; i < SIZE-1; ++i)
156 >        for (int i = 0; i < SIZE - 1; ++i)
157              ints[i] = new Integer(i);
158          try {
159              q.addAll(Arrays.asList(ints));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines