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
159159multiMainTests = testGroup " multiple main modules" [
160160 ignoreTestBecause " Broken: Unexpected ConduitParser.empty" $
161161 testCase " Can load one file at a time, when more than one Main module exists"
162- -- $ runSession hieCommand fullCaps "test/testdata" $ do
163162 $ runSession hieCommand fullCaps " test/testdata" $ do
164163 _doc <- openDoc " ApplyRefact2.hs" " haskell"
165164 _diagsRspHlint <- skipManyTill anyNotification message :: Session PublishDiagnosticsNotification
@@ -175,4 +174,4 @@ multiMainTests = testGroup "multiple main modules" [
175174 let (List diags2) = diagsRsp2 ^. params . diagnostics
176175
177176 liftIO $ show diags2 `shouldBe` " []"
178- ]
177+ ]
You can’t perform that action at this time.
0 commit comments