Skip to content

Commit

Permalink
Fix test using default switch (ocaml#4232)
Browse files Browse the repository at this point in the history
Signed-off-by: Ulysse Gérard <[email protected]>
  • Loading branch information
voodoos authored Feb 15, 2021
1 parent 86522e9 commit 4fc9ebd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.

This file was deleted.

12 changes: 12 additions & 0 deletions test/blackbox-tests/test-cases/merlin/github4125.t/run.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
We call `$(opam switch show)` so that this test always uses an existing switch

$ cat >dune-workspace <<EOF
> (lang dune 2.0)
> (context (default))
> (context
> (opam
> (name cross)
> (switch $(opam switch show))
> (merlin)))
> EOF

$ dune build

$ ls -a _build/cross/.merlin-conf
Expand Down

0 comments on commit 4fc9ebd

Please sign in to comment.