File tree Expand file tree Collapse file tree 1 file changed +6
-30
lines changed
compiler/tests-check-prim Expand file tree Collapse file tree 1 file changed +6
-30
lines changed Original file line number Diff line number Diff line change 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
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
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
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
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
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}))))
You can’t perform that action at this time.
0 commit comments