repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add test cases that reproduce #7241.
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
TestSuiteTests
/
ExeV10
/
tests
/
test-Foo.hs
blob
11d28d8d7cb8acc17bf8f33ff1b3a56dd56cb823
1
module
Main
where
2
3
import
Foo
4
import
System
.
Exit
5
import
Control
.
Monad
6
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