8290625: Test jdk/javadoc/tool/CheckManPageOptions.java after manpage update

Reviewed-by: hannesw
This commit is contained in:
David Holmes 2022-07-20 13:09:31 +00:00
parent 618f3a82a4
commit 17e65bbd23

View File

@ -66,7 +66,7 @@ public class CheckManPageOptions {
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]);