Skip to content

Commit 1f11a80

Browse files
committed
Formatting
1 parent 5e25815 commit 1f11a80

File tree

1 file changed

+6
-30
lines changed
  • compiler/tests-check-prim

1 file changed

+6
-30
lines changed

compiler/tests-check-prim/dune

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@
2323
(action
2424
(with-stdout-to
2525
%{targets}
26-
(run
27-
%{bin:js_of_ocaml}
28-
check-runtime
29-
+dynlink.js
30-
+toplevel.js
26+
(run %{bin:js_of_ocaml} check-runtime +dynlink.js +toplevel.js
3127
%{dep:main.bc}))))
3228

3329
(rule
@@ -41,11 +37,7 @@
4137
(action
4238
(with-stdout-to
4339
%{targets}
44-
(run
45-
%{bin:js_of_ocaml}
46-
check-runtime
47-
+dynlink.js
48-
+toplevel.js
40+
(run %{bin:js_of_ocaml} check-runtime +dynlink.js +toplevel.js
4941
%{dep:unix.bc}))))
5042

5143
(rule
@@ -59,11 +51,7 @@
5951
(action
6052
(with-stdout-to
6153
%{targets}
62-
(run
63-
%{bin:js_of_ocaml}
64-
check-runtime
65-
+dynlink.js
66-
+toplevel.js
54+
(run %{bin:js_of_ocaml} check-runtime +dynlink.js +toplevel.js
6755
%{dep:unix.bc}))))
6856

6957
(rule
@@ -75,11 +63,7 @@
7563
(action
7664
(with-stdout-to
7765
%{targets}
78-
(run
79-
%{bin:js_of_ocaml}
80-
check-runtime
81-
+dynlink.js
82-
+toplevel.js
66+
(run %{bin:js_of_ocaml} check-runtime +dynlink.js +toplevel.js
8367
%{dep:main.bc}))))
8468

8569
(rule
@@ -93,11 +77,7 @@
9377
(action
9478
(with-stdout-to
9579
%{targets}
96-
(run
97-
%{bin:js_of_ocaml}
98-
check-runtime
99-
+dynlink.js
100-
+toplevel.js
80+
(run %{bin:js_of_ocaml} check-runtime +dynlink.js +toplevel.js
10181
%{dep:unix.bc}))))
10282

10383
(rule
@@ -111,9 +91,5 @@
11191
(action
11292
(with-stdout-to
11393
%{targets}
114-
(run
115-
%{bin:js_of_ocaml}
116-
check-runtime
117-
+dynlink.js
118-
+toplevel.js
94+
(run %{bin:js_of_ocaml} check-runtime +dynlink.js +toplevel.js
11995
%{dep:unix.bc}))))

0 commit comments

Comments
 (0)