Skip to content

Commit

Permalink
Towards #8451
Browse files Browse the repository at this point in the history
  • Loading branch information
mpickering committed Nov 13, 2023
1 parent e770df9 commit 71b4842
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions cabal-testsuite/PackageTests/CCompilerOverride/setup.test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ main = setupAndCabalTest $ do
customCC =
pwd ++ "/custom-cc" ++ if isWin then win_suffix else ""

expectBrokenIf (isWin && ghc94) 8451 $ do
setup "configure"
[ "--ghc-option=-DNOERROR1"
, "--ghc-option=-optc=-DNOERROR2"
, "--ghc-option=-optP=-DNOERROR3"
, "--with-gcc=" ++ customCC
]
setup "build" ["-v2"]
setup "configure"
[ "--ghc-option=-DNOERROR1"
, "--ghc-option=-optc=-DNOERROR2"
, "--ghc-option=-optP=-DNOERROR3"
, "--with-gcc=" ++ customCC
]
setup "build" ["-v2"]

0 comments on commit 71b4842

Please sign in to comment.