Skip to content

Commit 8124feb

Browse files
committed
test: Add constraint on 5.2 for effects.ml
1 parent 2a77a70 commit 8124feb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/passing/gen/dune.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,6 +1732,7 @@
17321732

17331733
(rule
17341734
(deps .ocamlformat)
1735+
(enabled_if (> %{ocaml_version} 5.2))
17351736
(package ocamlformat)
17361737
(action
17371738
(with-stdout-to effects.ml.stdout
@@ -1740,11 +1741,13 @@
17401741

17411742
(rule
17421743
(alias runtest)
1744+
(enabled_if (> %{ocaml_version} 5.2))
17431745
(package ocamlformat)
17441746
(action (diff effects.ml.ref effects.ml.stdout)))
17451747

17461748
(rule
17471749
(alias runtest)
1750+
(enabled_if (> %{ocaml_version} 5.2))
17481751
(package ocamlformat)
17491752
(action (diff effects.ml.err effects.ml.stderr)))
17501753

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(> %{ocaml_version} 5.2)

0 commit comments

Comments
 (0)