Commit 274f56cb authored by Clint Adams's avatar Clint Adams
Browse files

binary-parsers: drop obsolete testsuite patch

parent f1d593f6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-binary-parsers (0.2.4.0-2) unstable; urgency=medium

  * Drop obsolete testsuite patch.

 -- Clint Adams <clint@debian.org>  Sat, 31 Aug 2019 13:09:03 -0400

haskell-binary-parsers (0.2.4.0-1) unstable; urgency=medium

  * New upstream release
+0 −11
Original line number Diff line number Diff line
--- a/tests/QC/ByteString.hs
+++ b/tests/QC/ByteString.hs
@@ -160,7 +160,7 @@
     , testProperty "peekMaybe" peekMaybe
     , testProperty "peek" peek
     , testProperty "satisfy" satisfy
-    , testProperty "satisfyWith" satisfyWith
+    , testProperty "satisfyWith" (forAll arbitraryASCIIChar satisfyWith)
     , testProperty "scan" scan
     , testProperty "skipWord8" skipWord8
     , testProperty "skipWhile" skipWhile
+0 −1
Original line number Diff line number Diff line
newer-quickcheck