File tree 2 files changed +4
-7
lines changed
ghcide/src/Development/IDE/Core
plugins/hls-refactor-plugin/test 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ import Development.IDE.Import.DependencyInformation
49
49
import Development.IDE.Types.Diagnostics
50
50
import Development.IDE.Types.Location
51
51
import Development.IDE.Types.Options
52
- import GHC.Conc.Sync (unsafeIOToSTM )
53
52
import HieDb.Create (deleteMissingRealFiles )
54
53
import Ide.Logger (Pretty (pretty ),
55
54
Priority (Info ),
Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ tests :: TestTree
71
71
tests =
72
72
testGroup " refactor"
73
73
[ initializeTests
74
- -- , codeActionTests
75
- -- , codeActionHelperFunctionTests
76
- -- , completionTests
74
+ , codeActionTests
75
+ , codeActionHelperFunctionTests
76
+ , completionTests
77
77
]
78
78
79
79
initializeTests :: TestTree
@@ -99,9 +99,7 @@ initializeTests = withResource acquire release tests
99
99
mapM_ (\ e -> any (\ o -> T. isSuffixOf e o) commands @? show (expected, show commands)) expected
100
100
101
101
acquire :: IO (TResponseMessage Method_Initialize )
102
- acquire = do
103
- -- liftIO $ sleep 0.01
104
- run initializeResponse
102
+ acquire = run initializeResponse
105
103
106
104
release :: TResponseMessage Method_Initialize -> IO ()
107
105
release = mempty
You can’t perform that action at this time.
0 commit comments