Skip to content

Commit d0a690b

Browse files
andreasabelMikolaj
authored andcommitted
Revert "Mark ForeignLibs test as broken with ghc-8.4.4"
This reverts commit a90d44f.
1 parent 4a8a7c5 commit d0a690b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cabal-testsuite/PackageTests/ForeignLibs/setup.test.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ main = setupAndCabalTest . recordMode DoNotRecord $ do
2929
skipUnlessGhcVersion ">= 7.8"
3030
win <- isWindows
3131
ghc94 <- isGhcVersion ">= 9.4.1"
32-
ghc844 <- isGhcVersion "== 8.4.4"
33-
expectBrokenIf (ghc844 || (win && ghc94)) 8451 $
32+
expectBrokenIf (win && ghc94) 8451 $
3433
withPackageDb $ do
3534
setup_install []
3635
setup "copy" [] -- regression test #4156

0 commit comments

Comments
 (0)