Revert "Use withNumTests and require QuickCheck >= 2.18."

This reverts commit b38743d218.
This commit is contained in:
John MacFarlane
2026-08-22 09:50:06 -07:00
parent b38743d218
commit 965e9e7d0d
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ tests = [ testGroup "base tag"
]
, askOption $ \(QuickCheckTests numtests) ->
testProperty "Round trip" $
withNumTests (if QuickCheckTests numtests == defaultValue
withMaxSuccess (if QuickCheckTests numtests == defaultValue
then 25
else numtests) roundTrip
]