Skip to content

Commit d46a2c8

Browse files
8268147: need to update reference to testng module for jtreg6
Reviewed-by: dholmes, psandoz, naoto
1 parent 76fdf2c commit d46a2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/java/foreign/handles/lookup_module/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323

2424
open module lookup_module {
25-
requires testng;
25+
requires org.testng;
2626
requires jdk.incubator.foreign;
2727
requires invoker_module;
2828
exports handle.lookup;

0 commit comments

Comments
 (0)