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

Mark ExeAndLib test as fixed and update output

parent 484bb6cb
No related branches found
No related tags found
No related merge requests found
# cabal new-run
Resolving dependencies...
Build profile: with-compiler: ghc-<GHCVER>, optimisation: NormalOptimisation
In order, the following will be built:
- ExeAndLib-1.0 (exe:foo) (first run)
Configuring executable 'foo' for ExeAndLib-1.0..
......
import Test.Cabal.Prelude
import Control.Monad ( (>=>) )
main = cabalTest $ expectBroken 4607 $ do
main = cabalTest $ 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