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.110 by dl, Fri Sep 4 10:56:14 2015 UTC vs.
Revision 1.111 by jsr166, Fri Sep 4 13:43:25 2015 UTC

# Line 3393 | Line 3393 | public class CompletableFutureTest exten
3393          Executor c = ForkJoinPool.commonPool();
3394          if (ForkJoinPool.getCommonPoolParallelism() > 1)
3395              assertSame(e, c);
3396 +        else
3397 +            assertNotSame(e, c);
3398      }
3399  
3400      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines