Skip to content

Commit 7fcfa89

Browse files
committed
Fix test
Signed-off-by: Olivier Nicole <[email protected]>
1 parent 6d3bb7e commit 7fcfa89

File tree

1 file changed

+2
-2
lines changed
  • test/blackbox-tests/test-cases/jsoo/inline-tests.t

1 file changed

+2
-2
lines changed

test/blackbox-tests/test-cases/jsoo/inline-tests.t/run.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ Run inline tests using node js
99
$ dune runtest
1010
inline tests (Byte)
1111
inline tests (Byte)
12-
Warning: your program contains effect handlers; you should probably run js_of_ocaml with option '--enable=effects'
12+
Warning: your program contains effect handlers; you should probably run js_of_ocaml with option '--effects=cps'
1313
inline tests (Native)
1414
inline tests (Native)
1515
inline tests (JS)
1616
inline tests (JS)
1717

1818
$ dune runtest --profile release
19-
Warning: your program contains effect handlers; you should probably run js_of_ocaml with option '--enable=effects'
19+
Warning: your program contains effect handlers; you should probably run js_of_ocaml with option '--effects=cps'
2020
inline tests (JS)
2121
inline tests (JS)
2222
inline tests (Native)

0 commit comments

Comments
 (0)