mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8236997: tools/javac tests fail with --illegal-access=deny
Correctly exporting packages to tests. Reviewed-by: jlahoda
This commit is contained in:
parent
a89b838d91
commit
f2013ac247
28 changed files with 31 additions and 97 deletions
|
@ -27,10 +27,7 @@
|
|||
* @summary Verify that bitwise operators don't allow to mix numeric and boolean operands.
|
||||
* @library ../lib
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.code
|
||||
* jdk.compiler/com.sun.tools.javac.comp
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.compiler/com.sun.tools.javac.tree
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.util
|
||||
* @build combo.ComboTestHelper
|
||||
* @run main BitWiseOperators
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue