Skip to content

Commit 1d9ac93

Browse files
committed
Tests: clean-up lib-effects tests
1 parent 9d6df66 commit 1d9ac93

File tree

2 files changed

+2
-12
lines changed
  • compiler
    • tests-jsoo/lib-effects
    • tests-ocaml/lib-effects

2 files changed

+2
-12
lines changed

compiler/tests-jsoo/lib-effects/dune

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

1510
(library
1611
(name jsoo_testsuite_effect)

compiler/tests-ocaml/lib-effects/dune

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@
1313
(:standard -w -38))
1414
(js_of_ocaml
1515
(flags
16-
(:standard --enable effects))
17-
;; separate compilation doesn't work when using
18-
;; features such as 'effects' or 'use-js-string'
19-
;; because dune doesn't know that it should compile
20-
;; multiple versions of the dependencies
21-
(compilation_mode whole_program))))
16+
(:standard --enable effects)))))
2217

2318
(tests
2419
(build_if

0 commit comments

Comments
 (0)