Skip to content

Commit 24fd1f7

Browse files
committed
WIP
1 parent 8e743d2 commit 24fd1f7

File tree

4 files changed

+4672
-3498
lines changed

4 files changed

+4672
-3498
lines changed

compiler/tests-check-prim/main.output5

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,5 @@ caml_unix_time
214214
caml_unix_unlink
215215

216216
From +zstd.js:
217-
caml_compression_available
218217
caml_zstd_initialize
219218

compiler/tests-check-prim/unix-unix.output5

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,5 @@ caml_unix_findnext
302302
caml_unix_startup
303303

304304
From +zstd.js:
305-
caml_compression_available
306305
caml_zstd_initialize
307306

compiler/tests-full/dune

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
(mode
44
(promote (until-clean)))
55
(enabled_if
6-
(= %{ocaml_version} "5.1.0"))
6+
(>= %{ocaml_version} "5.2.0"))
77
(action
88
(run
99
%{bin:js_of_ocaml}
@@ -16,7 +16,7 @@
1616
(rule
1717
(targets stdlib.cma.output.js)
1818
(enabled_if
19-
(= %{ocaml_version} "5.1.0"))
19+
(>= %{ocaml_version} "5.2.0"))
2020
(action
2121
(with-stdout-to
2222
%{targets}
@@ -25,6 +25,6 @@
2525
(rule
2626
(alias runtest)
2727
(enabled_if
28-
(= %{ocaml_version} "5.1.0"))
28+
(>= %{ocaml_version} "5.2.0"))
2929
(action
3030
(diff stdlib.cma.expected.js stdlib.cma.output.js)))

0 commit comments

Comments
 (0)