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

Comparing jsr166/src/test/tck/PhaserTest.java (file contents):
Revision 1.49 by jsr166, Thu Sep 5 21:44:15 2019 UTC vs.
Revision 1.50 by jsr166, Thu Sep 5 21:46:35 2019 UTC

# Line 453 | Line 453 | public class PhaserTest extends JSR166Te
453      /**
454       * awaitAdvanceInterruptibly blocks interruptibly
455       */
456 <    public void testAwaitAdvanceInterruptibly_interruptible() throws InterruptedException {
456 >    public void testAwaitAdvanceInterruptibly_Interruptible() throws InterruptedException {
457          final Phaser phaser = new Phaser(1);
458          final CountDownLatch pleaseInterrupt = new CountDownLatch(2);
459  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines