Skip to content

Commit 20e6dd9

Browse files
committed
a small tweak
Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
1 parent 8d3a7d4 commit 20e6dd9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/html/test.ml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ let source_files_post408 =
289289

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

292-
let source_files_stop_dead_link_doc =
292+
let source_files_post403 =
293293
[ ("stop_dead_link_doc.mli", [ "Stop_dead_link_doc/index.html" ]) ]
294294

295295
let source_files =
@@ -304,8 +304,7 @@ let source_files =
304304
(if major = 4 && minor < 10 then source_files_pre410 else []);
305305
(if major = 4 && minor > 8 then source_files_post408 else []);
306306
(if major = 4 && minor >= 6 then source_files_post406 else []);
307-
( if major = 4 && minor >= 4 then source_files_stop_dead_link_doc
308-
else [] );
307+
(if major = 4 && minor >= 4 then source_files_post403 else []);
309308
source_files_all;
310309
]
311310
| _ -> source_files_all

0 commit comments

Comments
 (0)