Skip to content

Commit 9b09007

Browse files
committed
Fix build_if -> enabled_if
For consistency reason, and opam-repository CI is complaining.
1 parent f215557 commit 9b09007

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugins/qcheck-stm/test

plugins/qcheck-stm/test/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
(test
223223
(name atomic_tests)
224224
(package ortac-qcheck-stm)
225-
(build_if
225+
(enabled_if
226226
(>= %{ocaml_version} 5))
227227
(modules atomic_tests)
228228
(libraries ortac-runtime-qcheck-stm.domain atomic)

0 commit comments

Comments
 (0)