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

Comparing jsr166/src/test/tck/AtomicIntegerFieldUpdaterTest.java (file contents):
Revision 1.28 by jsr166, Wed Dec 31 19:21:20 2014 UTC vs.
Revision 1.29 by jsr166, Sat Apr 25 04:55:30 2015 UTC

# Line 16 | Line 16 | public class AtomicIntegerFieldUpdaterTe
16      int w;
17      long z;
18      public static void main(String[] args) {
19 <        junit.textui.TestRunner.run(suite());
19 >        main(suite(), args);
20      }
21      public static Test suite() {
22          return new TestSuite(AtomicIntegerFieldUpdaterTest.class);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines