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

Comparing jsr166/src/test/tck/ArrayBlockingQueueTest.java (file contents):
Revision 1.21 by jsr166, Sat Nov 21 19:11:53 2009 UTC vs.
Revision 1.22 by jsr166, Sat Nov 21 19:48:24 2009 UTC

# Line 456 | Line 456 | public class ArrayBlockingQueueTest exte
456                  }
457                  try {
458                      q.poll(SMALL_DELAY_MS, MILLISECONDS);
459 +                    shouldThrow();
460                  } catch (InterruptedException success) {}
461              }});
462  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines