We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3a817 commit ecf1267Copy full SHA for ecf1267
compiler/tests-jsoo/lib-effects/dune
@@ -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
+
10
(library
11
(name jsoo_testsuite_effect)
12
(enabled_if
- (and
- (>= %{ocaml_version} 5)
- (= %{profile} using-effects)))
13
+ (>= %{ocaml_version} 5))
14
(inline_tests
- ;; This requires the unreleased dune 3.7 to work
- (enabled_if true)
15
(modes js best))
16
(preprocess
17
(pps ppx_expect)))
0 commit comments