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

Comparing jsr166/src/test/tck/PriorityQueueTest.java (file contents):
Revision 1.42 by jsr166, Sat Mar 11 18:20:47 2017 UTC vs.
Revision 1.43 by jsr166, Mon May 29 22:44:27 2017 UTC

# Line 63 | Line 63 | public class PriorityQueueTest extends J
63      }
64  
65      /**
66 <     * Constructor throws IAE if capacity argument nonpositive
66 >     * Constructor throws IllegalArgumentException if capacity argument nonpositive
67       */
68      public void testConstructor2() {
69          try {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines