Skip to content

Commit

Permalink
Merge pull request #9749 from cabalism/remove/skipItfVersion-9.6.3-9738
Browse files Browse the repository at this point in the history
Remove skipIfGhcVersion "== 9.6.3"
  • Loading branch information
mergify[bot] committed Mar 7, 2024
2 parents 3d881ac + 3e8d2d2 commit 95436a3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions cabal-testsuite/PackageTests/VersionPriority/1-web.test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,5 @@ testVersionWin project =
fails $ cabal "v2-build" ["--dry-run"]

main = cabalTest . withRepo "repo" $ do
-- To avoid this diff:
-- -Build profile: -w ghc-9.6.3 -O1
-- +Build profile: -w ghc-<GHCVER> -O1
skipIfGhcVersion "== 9.6.3"
testVersionWin "1-web-constraints-import.project"
testVersionWin "1-web-import-constraints.project"
4 changes: 0 additions & 4 deletions cabal-testsuite/PackageTests/VersionPriority/2-web.test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,5 @@ testVersionWin project =
fails $ cabal "v2-build" ["--dry-run"]

main = cabalTest . withRepo "repo" $ do
-- To avoid this diff:
-- -Build profile: -w ghc-9.6.3 -O1
-- +Build profile: -w ghc-<GHCVER> -O1
skipIfGhcVersion "== 9.6.3"
testVersionWin "2-web-constraints-import.project"
testVersionWin "2-web-import-constraints.project"
4 changes: 0 additions & 4 deletions cabal-testsuite/PackageTests/VersionPriority/3-web.test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,5 @@ testVersionWin project =
fails $ cabal "v2-build" ["--dry-run"]

main = cabalTest . withRepo "repo" $ do
-- To avoid this diff:
-- -Build profile: -w ghc-9.6.3 -O1
-- +Build profile: -w ghc-<GHCVER> -O1
skipIfGhcVersion "== 9.6.3"
testVersionWin "3-web-constraints-import.project"
testVersionWin "3-web-import-constraints.project"

0 comments on commit 95436a3

Please sign in to comment.