6971882: Remove -XDstdout from javac test

Reviewed-by: darcy
This commit is contained in:
Jonathan Gibbons 2010-07-26 14:18:45 -07:00
parent 7eb8c115ec
commit ccd014ed3f
97 changed files with 179 additions and 179 deletions

View file

@ -4,7 +4,7 @@
* @summary Verify that an inner class cannot have the same simple name as an enclosing one.
* @author William Maddox (maddox)
*
* @compile/fail/ref=NestedInnerClassNames.out -XDrawDiagnostics -XDstdout NestedInnerClassNames.java
* @compile/fail/ref=NestedInnerClassNames.out -XDrawDiagnostics NestedInnerClassNames.java
*/
/*