langtools/test/tools/javac/T5048776.java
changeset 6150 d055fa8ced62
parent 10 06bc494ca11e
--- a/langtools/test/tools/javac/T5048776.java	Thu Jul 22 11:02:54 2010 -0700
+++ b/langtools/test/tools/javac/T5048776.java	Mon Jul 26 14:18:45 2010 -0700
@@ -1,8 +1,8 @@
 /*
  * @test  /nodynamiccopyright/
  * @bug 5048776
- * @compile/ref=T5048776a.out -XDstdout -XDrawDiagnostics                  T5048776.java
- * @compile/ref=T5048776b.out -XDstdout -XDrawDiagnostics -Xlint:all,-path T5048776.java
+ * @compile/ref=T5048776a.out -XDrawDiagnostics                  T5048776.java
+ * @compile/ref=T5048776b.out -XDrawDiagnostics -Xlint:all,-path T5048776.java
  */
 class A1 {
     void foo(Object[] args) { }