Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Nov 21, 2024
1 parent 0d3b8aa commit 2c53333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 2 additions & 5 deletions compiler/tests-full/dune
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
-o
%{targets})))


(rule
(targets stdlib.cma.output.js)
(enabled_if
Expand All @@ -31,9 +30,8 @@
(diff stdlib.cma.expected.js stdlib.cma.output.js)))

(library
(name shapes)
(modules m1 m2 m3)
)
(name shapes)
(modules m1 m2 m3))

(rule
(targets shapes.cma.js)
Expand All @@ -50,7 +48,6 @@
-o
%{targets})))


(rule
(targets shapes.cma.output.js)
(enabled_if
Expand Down
1 change: 0 additions & 1 deletion compiler/tests-full/m3.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
let f () = if Random.int 2 > 1 then M1.f else fun () () -> M2.f ()


let x = f () () ()

0 comments on commit 2c53333

Please sign in to comment.