Skip to content

Commit

Permalink
fix test for 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Sep 28, 2023
1 parent db7a1d7 commit 5e7dce8
Show file tree
Hide file tree
Showing 2 changed files with 5,655 additions and 4,821 deletions.
6 changes: 3 additions & 3 deletions compiler/tests-full/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(mode
(promote (until-clean)))
(enabled_if
(= %{ocaml_version} "5.0.0"))
(= %{ocaml_version} "5.1.0"))
(action
(run
%{bin:js_of_ocaml}
Expand All @@ -16,7 +16,7 @@
(rule
(targets stdlib.cma.output.js)
(enabled_if
(= %{ocaml_version} "5.0.0"))
(= %{ocaml_version} "5.1.0"))
(action
(with-stdout-to
%{targets}
Expand All @@ -25,6 +25,6 @@
(rule
(alias runtest)
(enabled_if
(= %{ocaml_version} "5.0.0"))
(= %{ocaml_version} "5.1.0"))
(action
(diff stdlib.cma.expected.js stdlib.cma.output.js)))
Loading

0 comments on commit 5e7dce8

Please sign in to comment.