diff options
author | Camil Staps | 2017-11-21 10:02:55 +0100 |
---|---|---|
committer | Camil Staps | 2017-11-21 10:02:55 +0100 |
commit | 16c4dd1ba2ef4aeca1cb21c8d75fb3939507a7ba (patch) | |
tree | 594e984b699c62dc94f831bac29df73c8422cebc | |
parent | Hotfix for prop_no_pawns_on_1_and_8 (diff) |
Don't shrink test cases; this always reduces to the moves '' which gives a runtime error
-rw-r--r-- | test/ArbitraryMove.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ArbitraryMove.hs b/test/ArbitraryMove.hs index df3d7fb..486eb36 100644 --- a/test/ArbitraryMove.hs +++ b/test/ArbitraryMove.hs @@ -56,8 +56,6 @@ instance Arbitrary PGN sensibleString = listOf $ choose ('a', 'z') - shrink pgn = [pgn {moves=ms} | ms <- shrink $ moves pgn] - {- This file can largely be generated with the following pipeline: - - grep -v '^\(\[\|$\)' \ |