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.107 by jsr166, Thu Sep 3 17:06:18 2015 UTC vs.
Revision 1.108 by jsr166, Thu Sep 3 17:45:22 2015 UTC

# Line 3390 | Line 3390 | public class CompletableFutureTest exten
3390      public void testDefaultExecutor() {
3391          CompletableFuture<Integer> f = new CompletableFuture<>();
3392          Executor e = f.defaultExecutor();
3393 <        Executor c =  ForkJoinPool.commonPool();
3393 >        Executor c = ForkJoinPool.commonPool();
3394          if (ForkJoinPool.getCommonPoolParallelism() > 1)
3395              assertSame(e, c);
3396      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines