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.
  • Loading branch information
andreasabel authored and Mikolaj committed Apr 15, 2024
1 parent 4a8a7c5 commit d0a690b
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 d0a690b

Please sign in to comment.