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

Comparing jsr166/src/test/tck/AtomicLongFieldUpdaterTest.java (file contents):
Revision 1.33 by jsr166, Wed Sep 20 00:41:13 2017 UTC vs.
Revision 1.34 by jsr166, Wed Sep 20 00:59:17 2017 UTC

# Line 144 | Line 144 | public class AtomicLongFieldUpdaterTest
144       * equal to expected else fails
145       */
146      public void testCompareAndSetProtectedInSubclass() {
147 <        NonNestmates.AtomicLongFieldUpdaterTestSubclass s =
148 <            new NonNestmates.AtomicLongFieldUpdaterTestSubclass();
149 <        s.checkCompareAndSetProtectedSub();
147 >        new NonNestmates.AtomicLongFieldUpdaterTestSubclass()
148 >            .checkCompareAndSetProtectedSub();
149      }
150  
151      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines