Skip to content

Commit 700ebca

Browse files
authored
Merge branch 'master' into 4173-extracts-ghcide-tests-and-migrate-it-to-use-hls-test-utils
2 parents e6f7b24 + 9593d04 commit 700ebca

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ghcide/test/exe/Config.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ runWithDummyPlugin :: FS.VirtualFileTree -> Session a -> IO a
2121
runWithDummyPlugin = runSessionWithServerInTmpDir def dummyPlugin
2222

2323
pattern R :: UInt -> UInt -> UInt -> UInt -> Range
24-
pattern R x y x' y' = Range (Position x y) (Position x' y')
24+
pattern R x y x' y' = Range (Position x y) (Position x' y')

ghcide/test/exe/InitializeResponseTests.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import Development.IDE.Plugin.TypeLenses (typeLensCommandId)
1212
import qualified Language.LSP.Protocol.Lens as L
1313
import Language.LSP.Protocol.Message
1414
import Language.LSP.Test
15-
1615
import Config (dummyPlugin, mkIdeTestFs,
1716
runWithDummyPlugin)
1817
import Control.Lens ((^.))

0 commit comments

Comments
 (0)