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

Commit ba76fab

Browse files
authored
Corrected wrong syntax
1 parent 0483f1c commit ba76fab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/functional/FunctionalCodeActionsSpec.hs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,9 @@ spec = describe "code actions" $ do
260260
]
261261
]
262262
#else
263-
describe "formats with ormolu" $ do
264-
pendingWith "Ormolu only supported by GHC >= 8.6. Need to restore this."
263+
describe "formats with ormolu" $
264+
it "is NOP formatter" $
265+
pendingWith "Ormolu only supported by GHC >= 8.6. Need to restore this."
265266
#endif
266267
describe "add package suggestions" $ do
267268
it "adds to .cabal files" $ do

0 commit comments

Comments
 (0)