Skip to content

Commit f5c61fa

Browse files
committed
Change lower bound for search tests
The "module alias" test uses syntax introduced after 4.06 Signed-off-by: Paul-Elliot <peada@free.fr>
1 parent 63819e6 commit f5c61fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/search/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
(cram
99
(deps %{bin:odoc} %{bin:odoc_print})
1010
(enabled_if
11-
(>= %{ocaml_version} 4.04.0)))
11+
(>= %{ocaml_version} 4.08.0)))

0 commit comments

Comments
 (0)