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

Comparing jsr166/src/test/tck/ArrayListTest.java (file contents):
Revision 1.6 by jsr166, Fri Aug 4 03:43:44 2017 UTC vs.
Revision 1.7 by jsr166, Thu Nov 14 01:43:45 2019 UTC

# Line 30 | Line 30 | public class ArrayListTest extends JSR16
30              }
31          }
32          return newTestSuite(
33 <                // ArrayListTest.class,
33 >                ArrayListTest.class,
34                  CollectionTest.testSuite(new Implementation()),
35                  CollectionTest.testSuite(new SubListImplementation()));
36      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines