Skip to content
Snippets Groups Projects
Commit 94b2b47a authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-07-25 15:54:38 by simonmar]

increase the repeat count; this bug is pretty fragile
parent 5416852e
No related branches found
No related tags found
No related merge requests found
......@@ -24,4 +24,4 @@ slurp [] = return ()
slurp (x:xs) = x `seq` slurp xs
main :: IO ()
main = sequence_ (take 50 (repeat doTest))
main = sequence_ (take 200 (repeat doTest))
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