mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
Revert "Use withNumTests and require QuickCheck >= 2.18."
This reverts commit b38743d218.
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user