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.31 by jsr166, Mon Sep 9 06:48:27 2013 UTC vs.
Revision 1.32 by jsr166, Mon May 26 17:25:36 2014 UTC

# Line 3022 | Line 3022 | public class CompletableFutureTest exten
3022              () -> CompletableFuture.anyOf((CompletableFuture<?>[])null),
3023              () -> CompletableFuture.anyOf(f, null),
3024              () -> CompletableFuture.anyOf(null, f),
3025 +
3026 +            () -> f.obtrudeException(null),
3027          };
3028  
3029          assertThrows(NullPointerException.class, throwingActions);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines