aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Permutation.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests/Permutation.hs')
-rw-r--r--test/Tests/Permutation.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tests/Permutation.hs b/test/Tests/Permutation.hs
index 98a6da5..4e75d64 100644
--- a/test/Tests/Permutation.hs
+++ b/test/Tests/Permutation.hs
@@ -24,7 +24,7 @@ tests = testGroup "Permutation"
[testProperty "permCheckPermutation" $ property $ do
n <- forAll $ Gen.int (Range.linear 0 10)
list <- forAll $ genPermR n
- let r = permFromList list $ \perm ->
+ let r = permFromListCont list $ \perm ->
permCheckPermutation perm ()
case r of
Just () -> return ()