Skip to content

Commit dda322a

Browse files
committed
Always enable tests in compiler/tests-jsoo/lib-effects for OCaml 5
1 parent 0c7ebef commit dda322a

File tree

1 file changed

+10
-5
lines changed
  • compiler/tests-jsoo/lib-effects

1 file changed

+10
-5
lines changed

compiler/tests-jsoo/lib-effects/dune

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1+
(env
2+
(using-effects)
3+
(wasm)
4+
(wasm-effects)
5+
(_
6+
(js_of_ocaml
7+
(flags
8+
(:standard --enable effects)))))
9+
110
(library
211
(name jsoo_testsuite_effect)
312
(enabled_if
4-
(and
5-
(>= %{ocaml_version} 5)
6-
(= %{profile} using-effects)))
13+
(>= %{ocaml_version} 5))
714
(inline_tests
8-
;; This requires the unreleased dune 3.7 to work
9-
(enabled_if true)
1015
(modes js best))
1116
(preprocess
1217
(pps ppx_expect)))

0 commit comments

Comments
 (0)