langtools/test/tools/javac/OverridePosition.java
changeset 2984 e15ff3a34054
parent 10 06bc494ca11e
child 6150 d055fa8ced62
--- a/langtools/test/tools/javac/OverridePosition.java	Wed May 20 19:10:06 2009 -0700
+++ b/langtools/test/tools/javac/OverridePosition.java	Thu May 21 10:56:36 2009 +0100
@@ -4,7 +4,7 @@
  * @summary "attemping to assign weaker access" message doesn't give method line number
  * @author Neal Gafter
  *
- * @compile/fail/ref=OverridePosition.out -XDstdout -XDdiags=%b:%l:%_%m OverridePosition.java
+ * @compile/fail/ref=OverridePosition.out -XDstdout -XDrawDiagnostics OverridePosition.java
  */
 
 package T4524388;