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

Comparing jsr166/src/test/tck/Collection8Test.java (file contents):
Revision 1.46 by jsr166, Mon May 29 19:15:02 2017 UTC vs.
Revision 1.47 by jsr166, Mon Aug 21 20:12:36 2017 UTC

# Line 59 | Line 59 | public class Collection8Test extends JSR
59  
60      Object bomb() {
61          return new Object() {
62 <                public boolean equals(Object x) { throw new AssertionError(); }
63 <                public int hashCode() { throw new AssertionError(); }
64 <            };
62 >            public boolean equals(Object x) { throw new AssertionError(); }
63 >            public int hashCode() { throw new AssertionError(); }
64 >        };
65      }
66  
67      /** Checks properties of empty collections. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines