Skip to content

Commit 9fb6f52

Browse files
gbazmergify[bot]
authored andcommitted
remove expectBroken on NonIgnoredConfigs test
1 parent 581f8e9 commit 9fb6f52

File tree

1 file changed

+1
-1
lines changed
  • cabal-testsuite/PackageTests/LinkerOptions/NonignoredConfigs

1 file changed

+1
-1
lines changed

cabal-testsuite/PackageTests/LinkerOptions/NonignoredConfigs/cabal.test.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ linkConfigFlags Dynamic =
5050
lrun :: [Linking]
5151
lrun = [Static, Dynamic, Static, Dynamic]
5252

53-
main = cabalTest . expectBroken 8744 $ do
53+
main = cabalTest $ do
5454
-- Skip if on Windows, since my default Chocolatey Windows setup (and the CI
5555
-- server setup at the time, presumably) lacks support for dynamic builds
5656
-- since the base package appears to be static only, lacking e.g. ‘.dyn_o’

0 commit comments

Comments
 (0)