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

Comparing jsr166/src/test/tck/AtomicReferenceArrayTest.java (file contents):
Revision 1.24 by jsr166, Fri Jun 10 20:01:21 2011 UTC vs.
Revision 1.25 by jsr166, Fri Jun 10 20:17:11 2011 UTC

# Line 156 | Line 156 | public class AtomicReferenceArrayTest ex
156          assertTrue(a.compareAndSet(0, one, two));
157          t.join(LONG_DELAY_MS);
158          assertFalse(t.isAlive());
159 <        assertSame(a.get(0), three);
159 >        assertSame(three, a.get(0));
160      }
161  
162      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines