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

Commit eefa285

Browse files
committed
Reenable noDiagnostic checks
1 parent ddb4576 commit eefa285

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/functional/FunctionalCodeActionsSpec.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec = describe "code actions" $ do
4848
contents <- getDocumentEdit doc
4949
liftIO $ contents `shouldBe` "main = undefined\nfoo x = x\n"
5050

51-
-- noDiagnostics
51+
noDiagnostics
5252

5353
-- ---------------------------------
5454

@@ -67,7 +67,7 @@ spec = describe "code actions" $ do
6767
contents <- skipManyTill publishDiagnosticsNotification $ getDocumentEdit doc
6868
liftIO $ contents `shouldBe` "main = undefined\nfoo x = x\n"
6969

70-
-- noDiagnostics
70+
noDiagnostics
7171

7272
-- ---------------------------------
7373

@@ -96,7 +96,7 @@ spec = describe "code actions" $ do
9696
liftIO $ contents `shouldBe` "main = undefined\nfoo x = x\n"
9797
sendNotification TextDocumentDidSave (DidSaveTextDocumentParams doc)
9898

99-
-- noDiagnostics
99+
noDiagnostics
100100

101101
-- -----------------------------------
102102

0 commit comments

Comments
 (0)