diff options
Diffstat (limited to 'test/Test/Prelude.hs')
-rw-r--r-- | test/Test/Prelude.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Test/Prelude.hs b/test/Test/Prelude.hs index b12e1e895d2e..c423796184f7 100644 --- a/test/Test/Prelude.hs +++ b/test/Test/Prelude.hs @@ -13,6 +13,7 @@ import Test.Tasty.QuickCheck import Test.Tasty.HUnit import Test.QuickCheck.Classes import Test.QuickCheck.Checkers (TestBatch) +import Test.QuickCheck.Instances.ByteString () testBatch :: TestBatch -> TestTree testBatch (name, tests) = testGroup name $ uncurry testProperty <$> tests |