From b82d69faa7a41fbfb857030f8dc13d9cb3229bc4 Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 29 May 2024 18:56:43 +0800 Subject: [PATCH] Migrate SymlinkTests --- ghcide/test/exe/SymlinkTests.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghcide/test/exe/SymlinkTests.hs b/ghcide/test/exe/SymlinkTests.hs index 19c86a5264..ade13bfc41 100644 --- a/ghcide/test/exe/SymlinkTests.hs +++ b/ghcide/test/exe/SymlinkTests.hs @@ -10,9 +10,9 @@ import Language.LSP.Test import System.Directory import System.FilePath +import Config import Test.Tasty import Test.Tasty.HUnit -import TestUtils -- | Tests for projects that use symbolic links one way or another tests :: TestTree