Skip to content

Commit

Permalink
[ testsuite ] make T3872 expect-fail less (close 8032)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses4ever committed Jun 27, 2022
1 parent be8ea51 commit 316bc21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cabal-testsuite/PackageTests/NewBuild/T3827/cabal.test.hs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Test.Cabal.Prelude
main = cabalTest $ do
linux <- isLinux
missesProfilingLinux <- isGhcVersion ">= 9.0.2"
missesProfilingLinux <- isGhcVersion "== 9.0.2"
osx <- isOSX
missesProfilingOsx <- isGhcVersion ">= 8.10.7"
missesProfilingOsx <- isGhcVersion "== 8.10.7"
expectBrokenIf (linux && missesProfilingLinux || osx && missesProfilingOsx) 8032 $
cabal "v2-build" ["exe:q"]

0 comments on commit 316bc21

Please sign in to comment.