Skip to content

Commit

Permalink
fix suite.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan-hallaoui committed Oct 3, 2023
1 parent 003cca1 commit 59857a6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions compiler/mx.compiler/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,6 @@
"org.graalvm.compiler.options"
],
"requiresConcealed" : {
"java.base" : [
"jdk.internal.vm.annotation",
],
"jdk.internal.vm.ci" : [
"jdk.vm.ci.code",
"jdk.vm.ci.common",
Expand Down Expand Up @@ -1529,6 +1526,11 @@
"requires" : [
"jdk.unsupported",
],
"requiresConcealed" : {
"java.base" : [
"jdk.internal.vm.annotation",
]
},
"checkstyle" : "org.graalvm.compiler.graph",
"javaCompliance" : "17+",
"workingSets" : "Graal,Test",
Expand Down

0 comments on commit 59857a6

Please sign in to comment.