Skip to content

Commit

Permalink
write future me a warning about how to use the regression tester
Browse files Browse the repository at this point in the history
Ignore-this: f51e3161e581a8e480101c7060d1ae77

darcs-hash:20121208023249-76d51-f071cee65b5ec2896ad229aa27bca87a9e479854
  • Loading branch information
dmwit committed Dec 8, 2012
1 parent d604ac7 commit 2a0fc9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/RegressionTest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import System.Random
import Data.Encoding.ISO2022JP
--main = generate ISO2022JP
main = test ISO2022JP
-- BEWARE! These things are _very_ memory-hungry if you don't compile with optimizations.
-- end example

randomRepeat f max = randomRIO (0, max) >>= flip replicateM f
Expand Down

0 comments on commit 2a0fc9d

Please sign in to comment.