Skip to content

Commit 197beaa

Browse files
committed
FOURMOLU_DISABLE HackageTests
1 parent bc76804 commit 197beaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cabal-tests/tests/HackageTests.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ roundtripTest testFieldsTransform fpath bs = do
301301
putStrLn bs'
302302
exitFailure
303303

304+
{- FOURMOLU_DISABLE -}
304305
parse phase c = do
305306
let (_, x') = Parsec.runParseResult $
306307
Parsec.parseGenericPackageDescription c
@@ -311,6 +312,7 @@ roundtripTest testFieldsTransform fpath bs = do
311312
traverse_ print errs
312313
B.putStr c
313314
fail "parse error"
315+
{- FOURMOLU_ENABLE -}
314316

315317
-------------------------------------------------------------------------------
316318
-- Main

0 commit comments

Comments
 (0)