Skip to content

Commit 077ae41

Browse files
committed
Remove non useful comment
1 parent 8d84e9c commit 077ae41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/functional/Deferred.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ multiMainTests :: TestTree
159159
multiMainTests = 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+
]

0 commit comments

Comments
 (0)