From c5d64af20f0531f2f6601b05540a82f67539ab13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulysse=20G=C3=A9rard?= Date: Wed, 25 Sep 2024 15:48:45 +0200 Subject: [PATCH] Promote fixed test after Dune upgrade --- .../test-dirs/locate/in-implicit-trans-dep.t/run.t | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/tests/test-dirs/locate/in-implicit-trans-dep.t/run.t b/tests/test-dirs/locate/in-implicit-trans-dep.t/run.t index d844c52eb1..57e61ef5dc 100644 --- a/tests/test-dirs/locate/in-implicit-trans-dep.t/run.t +++ b/tests/test-dirs/locate/in-implicit-trans-dep.t/run.t @@ -1,12 +1,17 @@ $ dune build @check -FIXME: When the deifinition is in one of the implicit transitive dependencies -Merlin does not found the file in the source path provided by Dune. One possible -fix would be for Dune to provide additional source path for "externatl" deps. +When the deifinition is in one of the implicit transitive dependencies Merlin +used to not find the file in the source path provided by Dune. $ $MERLIN single locate -look-for ml -position 1:15 \ > -filename bin/main.ml