File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -523,6 +523,7 @@ test-suite func-test
523
523
, lens
524
524
, lens-aeson
525
525
, ghcide
526
+ , ghcide-test-utils
526
527
, hls-test-utils ^>= 1.4
527
528
, lsp-types
528
529
, aeson
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import qualified Language.LSP.Types.Lens as L
18
18
import Test.Hls
19
19
import Test.Hspec.Expectations
20
20
21
+ import Development.IDE.Test (configureCheckProject )
21
22
import Test.Hls.Command
22
23
23
24
{-# ANN module ("HLint: ignore Reduce duplication"::String) #-}
@@ -52,6 +53,7 @@ renameTests = testGroup "rename suggestions" [
52
53
53
54
, testCase " doesn't give both documentChanges and changes"
54
55
$ runSession hlsCommand noLiteralCaps " test/testdata" $ do
56
+ configureCheckProject False
55
57
doc <- openDoc " CodeActionRename.hs" " haskell"
56
58
57
59
_ <- waitForDiagnosticsFromSource doc " typecheck"
You can’t perform that action at this time.
0 commit comments