Skip to content

Commit

Permalink
Update samplelib_test.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro authored Jul 22, 2023
1 parent 234fb92 commit 6ef78ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/blackbox-tests/inline-functor-open.t/samplelib_test.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
let test3 () =
let open Samplelib.MonadOps (Samplelib.Promise) in
(* let module X = Samplelib.MonadOps (Samplelib.Promise) in *)
(* let open X in *)
return 2

let _ = test3 ()

0 comments on commit 6ef78ff

Please sign in to comment.