File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,6 @@ multiMainTests :: TestTree
159
159
multiMainTests = testGroup " multiple main modules" [
160
160
ignoreTestBecause " Broken: Unexpected ConduitParser.empty" $
161
161
testCase " Can load one file at a time, when more than one Main module exists"
162
- -- $ runSession hieCommand fullCaps "test/testdata" $ do
163
162
$ runSession hieCommand fullCaps " test/testdata" $ do
164
163
_doc <- openDoc " ApplyRefact2.hs" " haskell"
165
164
_diagsRspHlint <- skipManyTill anyNotification message :: Session PublishDiagnosticsNotification
@@ -175,4 +174,4 @@ multiMainTests = testGroup "multiple main modules" [
175
174
let (List diags2) = diagsRsp2 ^. params . diagnostics
176
175
177
176
liftIO $ show diags2 `shouldBe` " []"
178
- ]
177
+ ]
You can’t perform that action at this time.
0 commit comments