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

Comparing jsr166/src/test/tck/LinkedListTest.java (file contents):
Revision 1.17 by jsr166, Tue Dec 1 09:56:28 2009 UTC vs.
Revision 1.18 by jsr166, Wed Dec 23 00:47:16 2009 UTC

# Line 353 | Line 353 | public class LinkedListTest extends JSR1
353      }
354  
355      /**
356 <     * toArray with incompatable aray type throws CCE
356 >     * toArray with incompatible array type throws CCE
357       */
358      public void testToArray1_BadArg() {
359          LinkedList l = new LinkedList();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines