Skip to content

Commit

Permalink
8321484: Make TestImplicitlyDeclaredClasses release independent
Browse files Browse the repository at this point in the history
Reviewed-by: vromero
  • Loading branch information
jddarcy committed Dec 6, 2023
1 parent b02fc86 commit 781775d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void test(Path base) throws IOException {
.collect(Collectors.joining("\n")));
// TODO: remove preview-related options once "Implicitly Declared
// Classes and Instance Main Methods" has been standardized
javadoc("--enable-preview", "--source=22",
javadoc("--enable-preview", "--source=" + Runtime.version().feature(),
"-d", base.resolve("out-" + index).toString(),
src.toString());

Expand Down

1 comment on commit 781775d

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.