Skip to content

Commit

Permalink
8290625: Test jdk/javadoc/tool/CheckManPageOptions.java after manpage…
Browse files Browse the repository at this point in the history
… update

Reviewed-by: hannesw
  • Loading branch information
David Holmes committed Jul 20, 2022
1 parent 618f3a8 commit 17e65bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/langtools/jdk/javadoc/tool/CheckManPageOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static void main(String... args) throws Exception {

static final PrintStream out = System.err;

List<String> MISSING_IN_MAN_PAGE = List.of("--date");
List<String> MISSING_IN_MAN_PAGE = List.of();

void run(String... args) throws Exception {
var file = args.length == 0 ? findDefaultFile() : Path.of(args[0]);
Expand Down

0 comments on commit 17e65bb

Please sign in to comment.