Skip to content

Commit 17e65bb

Browse files
author
David Holmes
committedJul 20, 2022
8290625: Test jdk/javadoc/tool/CheckManPageOptions.java after manpage update
Reviewed-by: hannesw
1 parent 618f3a8 commit 17e65bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/langtools/jdk/javadoc/tool/CheckManPageOptions.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public static void main(String... args) throws Exception {
6666

6767
static final PrintStream out = System.err;
6868

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.