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

Comparing jsr166/src/test/tck/AtomicReferenceFieldUpdaterTest.java (file contents):
Revision 1.32 by jsr166, Wed Dec 31 21:50:25 2014 UTC vs.
Revision 1.33 by jsr166, Sat Apr 25 04:55:30 2015 UTC

# Line 18 | Line 18 | public class AtomicReferenceFieldUpdater
18      volatile int i;
19  
20      public static void main(String[] args) {
21 <        junit.textui.TestRunner.run(suite());
21 >        main(suite(), args);
22      }
23      public static Test suite() {
24          return new TestSuite(AtomicReferenceFieldUpdaterTest.class);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines