6843761: Update langtools tests to remove unncessary -source and -target options

Reviewed-by: jjg
This commit is contained in:
Joe Darcy 2009-05-27 22:34:43 -07:00
parent a74aa28243
commit 05ea258bbb
388 changed files with 391 additions and 473 deletions

View file

@ -3,17 +3,17 @@
* @bug 4469737
* @summary Verify the source position for assertions.
* @author gafter
*
* @compile -source 1.4 Position.java
* @run main Position
*/
public class Position {
static public void main(String[] args) {
Position.class.getClassLoader().setClassAssertionStatus("U", true);
new U().main();
}
}
class U {
void main() {
try {