Skip to content

Commit b553b6d

Browse files
committed
Tests: small cleanup
1 parent 3fa88ec commit b553b6d

File tree

1 file changed

+1
-6
lines changed
  • compiler/tests-ocaml/lib-effects

1 file changed

+1
-6
lines changed

compiler/tests-ocaml/lib-effects/dune

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
(:standard -w -38))
88
(js_of_ocaml
99
(flags
10-
(:standard --enable effects))
11-
;; separate compilation doesn't work when using
12-
;; features such as 'effects' or 'use-js-string'
13-
;; because dune doesn't know that it should compile
14-
;; multiple versions of the dependencies
15-
(compilation_mode whole_program))))
10+
(:standard --enable effects)))))
1611

1712
(executables
1813
(enabled_if

0 commit comments

Comments
 (0)