Skip to content

Commit

Permalink
a small tweak
Browse files Browse the repository at this point in the history
Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
  • Loading branch information
lubegasimon committed Feb 19, 2021
1 parent 8d3a7d4 commit 20e6dd9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/html/test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ let source_files_post408 =

let source_files_pre410 = [ ("bugs_pre_410.ml", [ "Bugs_pre_410/index.html" ]) ]

let source_files_stop_dead_link_doc =
let source_files_post403 =
[ ("stop_dead_link_doc.mli", [ "Stop_dead_link_doc/index.html" ]) ]

let source_files =
Expand All @@ -304,8 +304,7 @@ let source_files =
(if major = 4 && minor < 10 then source_files_pre410 else []);
(if major = 4 && minor > 8 then source_files_post408 else []);
(if major = 4 && minor >= 6 then source_files_post406 else []);
( if major = 4 && minor >= 4 then source_files_stop_dead_link_doc
else [] );
(if major = 4 && minor >= 4 then source_files_post403 else []);
source_files_all;
]
| _ -> source_files_all
Expand Down

0 comments on commit 20e6dd9

Please # to comment.