Skip to content

Commit 8a54f80

Browse files
committed
Fmt
1 parent a555ed4 commit 8a54f80

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

compiler/tests-full/dune

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
(rule
22
(targets stdlib.cma.js)
33
(enabled_if
4-
(and (>= %{ocaml_version} "5.2") (< %{ocaml_version} "5.3")))
4+
(and
5+
(>= %{ocaml_version} "5.2")
6+
(< %{ocaml_version} "5.3")))
57
(action
68
(run
79
%{bin:js_of_ocaml}
@@ -14,7 +16,9 @@
1416
(rule
1517
(targets stdlib.cma.output.js)
1618
(enabled_if
17-
(and (>= %{ocaml_version} "5.2") (< %{ocaml_version} "5.3")))
19+
(and
20+
(>= %{ocaml_version} "5.2")
21+
(< %{ocaml_version} "5.3")))
1822
(action
1923
(with-stdout-to
2024
%{targets}
@@ -23,7 +27,9 @@
2327
(rule
2428
(alias runtest)
2529
(enabled_if
26-
(and (>= %{ocaml_version} "5.2") (< %{ocaml_version} "5.3")))
30+
(and
31+
(>= %{ocaml_version} "5.2")
32+
(< %{ocaml_version} "5.3")))
2733
(action
2834
(diff stdlib.cma.expected.js stdlib.cma.output.js)))
2935

dune

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@
4747
%{dep:tools/version/GIT-VERSION}))))
4848

4949
(data_only_dirs _wikidoc doc-dev jane-street)
50-
(vendored_dirs )
50+
51+
(vendored_dirs)

0 commit comments

Comments
 (0)