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

Comparing jsr166/src/test/tck/ArrayDequeTest.java (file contents):
Revision 1.14 by jsr166, Wed Dec 23 00:47:16 2009 UTC vs.
Revision 1.15 by jsr166, Wed Dec 23 00:49:44 2009 UTC

# Line 462 | Line 462 | public class ArrayDequeTest extends JSR1
462      }
463  
464      /**
465 <     * toArray with incompatible aray type throws CCE
465 >     * toArray with incompatible array type throws CCE
466       */
467      public void testToArray1_BadArg() {
468          ArrayDeque l = new ArrayDeque();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines