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

Comparing jsr166/src/test/jtreg/util/Vector/IllegalConstructorArgs.java (file contents):
Revision 1.1 by jsr166, Tue Sep 1 01:27:33 2009 UTC vs.
Revision 1.2 by jsr166, Wed Sep 1 20:12:39 2010 UTC

# Line 50 | Line 50 | public class IllegalConstructorArgs {
50              testSucceeded =0;
51          }
52  
53 <        if(testSucceeded == 0)
54 <             throw new RuntimeException("Wrong exception thrown.");
53 >        if (testSucceeded == 0)
54 >            throw new RuntimeException("Wrong exception thrown.");
55  
56       }
57  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines