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

Comparing jsr166/src/test/tck/ConcurrentHashMap8Test.java (file contents):
Revision 1.25 by jsr166, Fri Feb 27 21:05:11 2015 UTC vs.
Revision 1.26 by jsr166, Fri Feb 27 21:43:18 2015 UTC

# Line 299 | Line 299 | public class ConcurrentHashMap8Test exte
299          try {
300              map.keySet(null);
301              shouldThrow();
302 <        } catch (NullPointerException e) {}
302 >        } catch (NullPointerException success) {}
303          ConcurrentHashMap.KeySetView set = map.keySet(one);
304          set.add(one);
305          set.add(six);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines