Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 3c52b4e

Browse files
committed
Remove commented code
1 parent 4fdaf37 commit 3c52b4e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/functional/DiagnosticsSpec.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,11 @@ spec = describe "diagnostics providers" $ do
2424
describe "diagnostics triggers" $
2525
it "runs diagnostics on save" $
2626
runSession hieCommandExamplePlugin codeActionSupportCaps "test/testdata" $ do
27-
-- runSessionWithConfig logConfig hieCommandExamplePlugin codeActionSupportCaps "test/testdata" $ do
2827
logm "starting DiagnosticSpec.runs diagnostic on save"
2928
doc <- openDoc "ApplyRefact2.hs" "haskell"
3029

3130
diags@(reduceDiag:_) <- waitForDiagnostics
3231

33-
-- liftIO $ show diags `shouldBe` ""
34-
3532
liftIO $ do
3633
length diags `shouldBe` 2
3734
reduceDiag ^. LSP.range `shouldBe` Range (Position 1 0) (Position 1 12)

0 commit comments

Comments
 (0)