Add test cases that reproduce #7241.
[cabal.git] / cabal-testsuite / PackageTests / TestSuiteTests / ExeV10 / tests / test-Foo.hs
blob11d28d8d7cb8acc17bf8f33ff1b3a56dd56cb823
1 module Main where
3 import Foo
4 import System.Exit
5 import Control.Monad
7 main :: IO ()
8 main | fooTest [] = do
9 -- Make sure that the output buffer is drained
10 replicateM 10000 $ putStrLn "The quick brown fox jumps over the lazy dog"
11 exitSuccess
12 | otherwise = exitFailure