提交 67325a97 编写于 作者: V vromero

7164114: Two jtreg tests are not run due to no file extension on the test files

Reviewed-by: mcimadamore
上级 72cb1da4
...@@ -8,5 +8,5 @@ ...@@ -8,5 +8,5 @@
* the method has the same name, it does not override. * the method has the same name, it does not override.
* @author turnidge * @author turnidge
* *
* @compile/fail -nowrite one/Parent.java two/Child.java * @compile/fail one/Parent.java two/Child.java
*/ */
...@@ -5,6 +5,6 @@ ...@@ -5,6 +5,6 @@
* compiler as ambigous. * compiler as ambigous.
* @author turnidge * @author turnidge
* *
* @compile -nowrite one/Parent.java two/Child.java * @compile one/Parent.java two/Child.java
* @compile -nowrite one/Parent2.java two/Child2.java * @compile/fail one/Parent2.java two/Child2.java
*/ */
/* /*
* Copyright (c) 1998, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -28,9 +28,7 @@ interface I { ...@@ -28,9 +28,7 @@ interface I {
} }
public class Child2 extends one.Parent2 implements I { public class Child2 extends one.Parent2 implements I {
class inner { void method() {
void method() { System.out.println(i);
System.out.println(i);
}
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册