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

Comparing jsr166/src/test/tck/ConcurrentHashMapTest.java (file contents):
Revision 1.46 by jsr166, Sun May 24 01:23:17 2015 UTC vs.
Revision 1.47 by jsr166, Mon Jul 27 03:12:26 2015 UTC

# Line 535 | Line 535 | public class ConcurrentHashMapTest exten
535      /**
536       * Constructor (initialCapacity, loadFactor) throws
537       * IllegalArgumentException if either argument is negative
538 <      */
538 >     */
539      public void testConstructor2() {
540          try {
541              new ConcurrentHashMap(-1, .75f);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines