Skip to content

Commit

Permalink
Revert "Mark ForeignLibs test as broken with ghc-8.4.4"
Browse files Browse the repository at this point in the history
This reverts commit a90d44f.

(cherry picked from commit d0a690b)
  • Loading branch information
andreasabel authored and geekosaur committed Apr 29, 2024
1 parent db73fd4 commit 1443dec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cabal-testsuite/PackageTests/ForeignLibs/setup.test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ main = setupAndCabalTest . recordMode DoNotRecord $ do
skipUnlessGhcVersion ">= 7.8"
win <- isWindows
ghc94 <- isGhcVersion ">= 9.4.1"
ghc844 <- isGhcVersion "== 8.4.4"
expectBrokenIf (ghc844 || (win && ghc94)) 8451 $
expectBrokenIf (win && ghc94) 8451 $
withPackageDb $ do
setup_install []
setup "copy" [] -- regression test #4156
Expand Down

0 comments on commit 1443dec

Please sign in to comment.