File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17321732
17331733(rule
17341734 (deps .ocamlformat)
1735- (enabled_if (> % {ocaml_version} 5 .2 ))
1735+ (enabled_if (> % {ocaml_version} 5 .3 ))
17361736 (package ocamlformat)
17371737 (action
17381738 (with- stdout- to effects.ml.stdout
17411741
17421742(rule
17431743 (alias runtest)
1744- (enabled_if (> % {ocaml_version} 5 .2 ))
1744+ (enabled_if (> % {ocaml_version} 5 .3 ))
17451745 (package ocamlformat)
17461746 (action (diff effects.ml.ref effects.ml.stdout)))
17471747
17481748(rule
17491749 (alias runtest)
1750- (enabled_if (> % {ocaml_version} 5 .2 ))
1750+ (enabled_if (> % {ocaml_version} 5 .3 ))
17511751 (package ocamlformat)
17521752 (action (diff effects.ml.err effects.ml.stderr)))
17531753
Original file line number Diff line number Diff line change 1- (> %{ocaml_version} 5.2 )
1+ (> %{ocaml_version} 5.3 )
You can’t perform that action at this time.
0 commit comments