mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8290901: Reduce use of -source in langtools tests
Reviewed-by: jjg
This commit is contained in:
parent
64a1a08ff9
commit
cc2861a993
81 changed files with 108 additions and 128 deletions
|
@ -2,7 +2,7 @@
|
|||
* @test /nodynamiccopyright/
|
||||
* @bug 8242478 8246774
|
||||
* @summary test for local interfaces
|
||||
* @compile/fail/ref=LocalInterface.out -XDrawDiagnostics -source 15 LocalInterface.java
|
||||
* @compile/fail/ref=LocalInterface.out -XDrawDiagnostics --release 15 LocalInterface.java
|
||||
* @compile LocalInterface.java
|
||||
*/
|
||||
class LocalInterface {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue