File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ import Development.IDE.GHC.Orphans ()
121121import Development.IDE.Graph hiding (ShakeValue )
122122import qualified Development.IDE.Graph as Shake
123123import Development.IDE.Graph.Database (ShakeDatabase ,
124+ shakeGetBuildStep ,
124125 shakeOpenDatabase ,
125126 shakeProfileDatabase ,
126127 shakeRunDatabaseForKeys )
@@ -159,7 +160,6 @@ import Data.IORef.Extra (atomicModifyIORef'_,
159160import Data.String (fromString )
160161import Data.Text (pack )
161162import Debug.Trace.Flags (userTracingEnabled )
162- import Development.IDE.Graph.Database (shakeGetBuildStep )
163163import qualified Development.IDE.Types.Exports as ExportsMap
164164import HieDb.Types
165165import Ide.Plugin.Config
Original file line number Diff line number Diff line change @@ -5901,10 +5901,10 @@ garbageCollectionTests = testGroup "garbage collection"
59015901 , " a = ()"
59025902 ]
59035903 doc <- reopenA
5904- changeDoc doc ( [TextDocumentContentChangeEvent Nothing Nothing edit])
5904+ changeDoc doc [TextDocumentContentChangeEvent Nothing Nothing edit]
59055905 builds <- waitForTypecheck doc
59065906 liftIO $ assertBool " it still builds" builds
5907- expectCurrentDiagnostics doc ( [(DsError , (2 ,4 ), " Couldn't match expected type" )])
5907+ expectCurrentDiagnostics doc [(DsError , (2 ,4 ), " Couldn't match expected type" )]
59085908 ]
59095909
59105910 isExpected k = any (`isPrefixOf` k) [" GhcSessionIO" ]
You can’t perform that action at this time.
0 commit comments