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

Comparing jsr166/src/test/tck/AtomicLongFieldUpdaterTest.java (file contents):
Revision 1.25 by jsr166, Tue Apr 2 04:11:28 2013 UTC vs.
Revision 1.26 by jsr166, Thu May 30 03:28:55 2013 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines