Skip to content

Commit 4875372

Browse files
panglesdjonludlam
authored andcommitted
Remove constraint on source tests
Now that anchors are semantic, they should not depend on the OCaml version.
1 parent 2e8fae5 commit 4875372

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/sources/dune

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@
77

88
(cram
99
(enabled_if
10-
(and
11-
(>= %{ocaml_version} 4.14.0)
12-
(< %{ocaml_version} 5.0.0)))
10+
(>= %{ocaml_version} 4.14.0))
1311
(deps %{bin:odoc} %{bin:odoc_print}))

0 commit comments

Comments
 (0)