File tree 2 files changed +3
-3
lines changed 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 ()
121
121
import Development.IDE.Graph hiding (ShakeValue )
122
122
import qualified Development.IDE.Graph as Shake
123
123
import Development.IDE.Graph.Database (ShakeDatabase ,
124
+ shakeGetBuildStep ,
124
125
shakeOpenDatabase ,
125
126
shakeProfileDatabase ,
126
127
shakeRunDatabaseForKeys )
@@ -159,7 +160,6 @@ import Data.IORef.Extra (atomicModifyIORef'_,
159
160
import Data.String (fromString )
160
161
import Data.Text (pack )
161
162
import Debug.Trace.Flags (userTracingEnabled )
162
- import Development.IDE.Graph.Database (shakeGetBuildStep )
163
163
import qualified Development.IDE.Types.Exports as ExportsMap
164
164
import HieDb.Types
165
165
import Ide.Plugin.Config
Original file line number Diff line number Diff line change @@ -5901,10 +5901,10 @@ garbageCollectionTests = testGroup "garbage collection"
5901
5901
, " a = ()"
5902
5902
]
5903
5903
doc <- reopenA
5904
- changeDoc doc ( [TextDocumentContentChangeEvent Nothing Nothing edit])
5904
+ changeDoc doc [TextDocumentContentChangeEvent Nothing Nothing edit]
5905
5905
builds <- waitForTypecheck doc
5906
5906
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" )]
5908
5908
]
5909
5909
5910
5910
isExpected k = any (`isPrefixOf` k) [" GhcSessionIO" ]
You can’t perform that action at this time.
0 commit comments