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

Comparing jsr166/src/test/tck/SynchronousQueueTest.java (file contents):
Revision 1.31 by jsr166, Tue Mar 15 19:47:07 2011 UTC vs.
Revision 1.32 by jsr166, Thu Apr 14 22:55:08 2011 UTC

# Line 159 | Line 159 | public class SynchronousQueueTest extend
159              q.put(null);
160              shouldThrow();
161          } catch (NullPointerException success) {}
162 <     }
162 >    }
163  
164      /**
165       * put blocks interruptibly if no active taker

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines