Skip to content
Snippets Groups Projects
Commit c515bb05 authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

Expect ExeAndLib broken until #4607 is merged

parent 999d0f27
No related branches found
No related tags found
No related merge requests found
import Test.Cabal.Prelude
import Control.Monad ( (>=>) )
main = cabalTest $ do
main = cabalTest $ expectBroken 4607 $ do
-- the exe
cabal' "new-run" ["foo"] >>= assertOutputContains "Hello World"
-- the lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment