Skip to content

Commit c515bb0

Browse files
committed
Expect ExeAndLib broken until #4607 is merged
1 parent 999d0f2 commit c515bb0

File tree

1 file changed

+1
-1
lines changed
  • cabal-testsuite/PackageTests/NewBuild/CmdRun/ExeAndLib

1 file changed

+1
-1
lines changed

cabal-testsuite/PackageTests/NewBuild/CmdRun/ExeAndLib/cabal.test.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Test.Cabal.Prelude
22
import Control.Monad ( (>=>) )
3-
main = cabalTest $ do
3+
main = cabalTest $ expectBroken 4607 $ do
44
-- the exe
55
cabal' "new-run" ["foo"] >>= assertOutputContains "Hello World"
66
-- the lib

0 commit comments

Comments
 (0)