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

Comparing jsr166/src/test/tck/CompletableFutureTest.java (file contents):
Revision 1.149 by jsr166, Sun Jun 26 16:01:17 2016 UTC vs.
Revision 1.150 by jsr166, Sun Jun 26 16:37:28 2016 UTC

# Line 3062 | Line 3062 | public class CompletableFutureTest exten
3062          }
3063      }
3064  
3065 <    public void testAllOf_backwards() throws Exception {
3065 >    public void testAllOf_normal_backwards() throws Exception {
3066          for (int k = 1; k < 10; k++) {
3067              CompletableFuture<Integer>[] fs
3068                  = (CompletableFuture<Integer>[]) new CompletableFuture[k];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines