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

Comparing jsr166/src/test/tck/JSR166TestCase.java (file contents):
Revision 1.261 by jsr166, Thu Sep 5 20:51:26 2019 UTC vs.
Revision 1.262 by jsr166, Thu Sep 5 21:26:24 2019 UTC

# Line 1470 | Line 1470 | public class JSR166TestCase extends Test
1470              try {
1471                  threadFail(detail);
1472              } finally {
1473 <                // Interrupt thread __after__ having reported its stack trace
1473 >                // Interrupt thread __after__ having reported its stack trace
1474                  thread.interrupt();
1475              }
1476          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines