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

Comparing jsr166/src/test/tck/AtomicReferenceFieldUpdaterTest.java (file contents):
Revision 1.28 by jsr166, Tue Apr 2 16:14:39 2013 UTC vs.
Revision 1.29 by jsr166, Thu May 30 03:28:55 2013 UTC

# Line 35 | Line 35 | public class AtomicReferenceFieldUpdater
35              updaterFor("y");
36              shouldThrow();
37          } catch (RuntimeException success) {
38 <            assertTrue(success.getCause() != null);
38 >            assertNotNull(success.getCause());
39          }
40      }
41  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines