Skip to content

Commit

Permalink
try to build without #10211
Browse files Browse the repository at this point in the history
  • Loading branch information
geekosaur authored Jul 21, 2024
1 parent 617faf4 commit 69f6e20
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cabal-testsuite/PackageTests/ForeignLibs/setup.test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,8 @@ main = setupAndCabalTest . recordMode DoNotRecord $ do
skipUnlessGhcVersion ">= 7.8"
win <- isWindows
ghc94 <- isGhcVersion ">= 9.4.1"
<<<<<<< HEAD
expectBrokenIf (win && ghc94) 8451 $
withPackageDb $ do
=======
withPackageDb $ do
>>>>>>> be1ae3183 (Fix ForeignLibs test for Windows)
setup_install []
setup "copy" [] -- regression test #4156
dist_dir <- fmap testDistDir getTestEnv
Expand Down

0 comments on commit 69f6e20

Please sign in to comment.