diff --git a/test/functional/FunctionalCodeAction.hs b/test/functional/FunctionalCodeAction.hs index f1ad9a9f4a..d34f3d6bb5 100644 --- a/test/functional/FunctionalCodeAction.hs +++ b/test/functional/FunctionalCodeAction.hs @@ -329,7 +329,7 @@ typedHoleTests = testGroup "typed hole code actions" [ contents <- documentContents doc - liftIO $ (T.lines contents) @?= + liftIO $ T.lines contents @?= [ "module TypedHoles2 (foo2) where" , "newtype A = A Int" , "foo2 :: [A] -> A" diff --git a/test/testdata/testdata.cabal b/test/testdata/testdata.cabal index c191bbd1f1..76b2bdb95f 100644 --- a/test/testdata/testdata.cabal +++ b/test/testdata/testdata.cabal @@ -3,16 +3,6 @@ version: 0.1.0.0 cabal-version: >=2.0 build-type: Simple -executable applyrefact - build-depends: base - main-is: ApplyRefact.hs - default-language: Haskell2010 - -executable applyrefact2 - build-depends: base - main-is: ApplyRefact2.hs - default-language: Haskell2010 - executable codeactionrename build-depends: base main-is: CodeActionRename.hs @@ -29,11 +19,6 @@ executable symbols default-language: Haskell2010 -executable applyrefact2 - build-depends: base - main-is: ApplyRefact2.hs - default-language: Haskell2010 - executable hlintpragma build-depends: base main-is: HlintPragma.hs