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

Comparing jsr166/src/test/tck/PriorityBlockingQueueTest.java (file contents):
Revision 1.76 by jsr166, Sun May 14 01:30:34 2017 UTC vs.
Revision 1.77 by jsr166, Sun May 14 04:14:10 2017 UTC

# Line 302 | Line 302 | public class PriorityBlockingQueueTest e
302      /**
303       * timed offer does not time out
304       */
305 <    public void testTimedOffer() throws InterruptedException {
305 >    public void testTimedOffer() {
306          final PriorityBlockingQueue q = new PriorityBlockingQueue(2);
307          Thread t = newStartedThread(new CheckedRunnable() {
308              public void realRun() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines