We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3b8aa commit 2c53333Copy full SHA for 2c53333
compiler/tests-full/dune
@@ -13,7 +13,6 @@
13
-o
14
%{targets})))
15
16
-
17
(rule
18
(targets stdlib.cma.output.js)
19
(enabled_if
@@ -31,9 +30,8 @@
31
30
(diff stdlib.cma.expected.js stdlib.cma.output.js)))
32
33
(library
34
- (name shapes)
35
- (modules m1 m2 m3)
36
-)
+ (name shapes)
+ (modules m1 m2 m3))
37
38
39
(targets shapes.cma.js)
@@ -50,7 +48,6 @@
50
48
51
49
52
53
54
55
(targets shapes.cma.output.js)
56
compiler/tests-full/m3.ml
@@ -1,4 +1,3 @@
1
let f () = if Random.int 2 > 1 then M1.f else fun () () -> M2.f ()
2
3
4
let x = f () () ()
0 commit comments