ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/jtreg/util/Hashtable/IllegalLoadFactor.java
(Generate patch)

Comparing jsr166/src/test/jtreg/util/Hashtable/IllegalLoadFactor.java (file contents):
Revision 1.6 by jsr166, Sat Oct 21 00:39:10 2017 UTC vs.
Revision 1.7 by jsr166, Sun Oct 22 02:59:18 2017 UTC

# Line 34 | Line 34 | import java.util.*;
34   */
35   public class IllegalLoadFactor {
36  
37 <    public static void main(String argv[]) throws Exception {
37 >    public static void main(String[] args) throws Exception {
38          boolean testSucceeded = false;
39          try {
40              // this should generate an IllegalArgumentException

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines