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

Comparing jsr166/src/test/tck-jsr166e/AtomicDoubleTest.java (file contents):
Revision 1.4 by jsr166, Wed Aug 10 07:25:08 2011 UTC vs.
Revision 1.5 by jsr166, Wed Aug 10 07:27:11 2011 UTC

# Line 34 | Line 34 | public class AtomicDoubleTest extends JS
34          Double.MAX_VALUE,
35          Double.POSITIVE_INFINITY,
36          Double.NaN,
37 +        Float.MAX_VALUE,
38      };
39  
40      /** The notion of equality used by AtomicDouble */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines