Skip to content

Commit ebacd40

Browse files
committed
Fix export of com.oracle.truffle.regex.chardata
1 parent b2b3de3 commit ebacd40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

regex/mx.regex/suite.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@
9292
"jdk.unsupported", # sun.misc.Unsafe
9393
],
9494
"annotationProcessors" : ["truffle:TRUFFLE_DSL_PROCESSOR"],
95-
"exports" : [
96-
"com.oracle.truffle.regex.chardata",
97-
],
9895
"checkstyleVersion" : "10.7.0",
9996
"javaCompliance" : "17+",
10097
"workingSets" : "Truffle,Regex",
@@ -137,6 +134,9 @@
137134
"TREGEX" : {
138135
"moduleInfo" : {
139136
"name" : "com.oracle.truffle.regex",
137+
"exports": [
138+
"com.oracle.truffle.regex.chardata",
139+
],
140140
"requires" : [
141141
"java.logging",
142142
"jdk.unsupported", # sun.misc.Unsafe

0 commit comments

Comments
 (0)