Skip to content

Commit 2c53333

Browse files
committedNov 21, 2024
WIP
1 parent 0d3b8aa commit 2c53333

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed
 

‎compiler/tests-full/dune

+2-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
-o
1414
%{targets})))
1515

16-
1716
(rule
1817
(targets stdlib.cma.output.js)
1918
(enabled_if
@@ -31,9 +30,8 @@
3130
(diff stdlib.cma.expected.js stdlib.cma.output.js)))
3231

3332
(library
34-
(name shapes)
35-
(modules m1 m2 m3)
36-
)
33+
(name shapes)
34+
(modules m1 m2 m3))
3735

3836
(rule
3937
(targets shapes.cma.js)
@@ -50,7 +48,6 @@
5048
-o
5149
%{targets})))
5250

53-
5451
(rule
5552
(targets shapes.cma.output.js)
5653
(enabled_if

‎compiler/tests-full/m3.ml

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
let f () = if Random.int 2 > 1 then M1.f else fun () () -> M2.f ()
22

3-
43
let x = f () () ()

0 commit comments

Comments
 (0)