mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
6971882: Remove -XDstdout from javac test
Reviewed-by: darcy
This commit is contained in:
parent
7eb8c115ec
commit
ccd014ed3f
97 changed files with 179 additions and 179 deletions
|
@ -3,7 +3,7 @@
|
|||
* @bug 6827009
|
||||
* @summary Check for repeated string case labels.
|
||||
* @compile/fail -source 6 RepeatedStringCaseLabels2.java
|
||||
* @compile/fail/ref=RSCL2.out -XDstdout -XDrawDiagnostics RepeatedStringCaseLabels2.java
|
||||
* @compile/fail/ref=RSCL2.out -XDrawDiagnostics RepeatedStringCaseLabels2.java
|
||||
*/
|
||||
class RepeatedStringCaseLabels2 {
|
||||
String m(String s) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue