< prev index next >

test/langtools/tools/javac/TryWithResources/TwrOnNonResource.java

Print this page

        

@@ -1,11 +1,10 @@
 /*
  * @test  /nodynamiccopyright/
  * @bug 6911256 6964740 7013420
  * @author Joseph D. Darcy
  * @summary Verify invalid TWR block is not accepted.
- * @compile/fail/ref=TwrOnNonResource6.out -XDrawDiagnostics -source 6 TwrOnNonResource.java
  * @compile/fail/ref=TwrOnNonResource.out -XDrawDiagnostics TwrOnNonResource.java
  */
 
 class TwrOnNonResource {
     public static void main(String... args) {
< prev index next >