From 7f63b5554fcf31d9b71c79fa9d0ee66d2ef95c94 Mon Sep 17 00:00:00 2001 From: Sam T Date: Sun, 5 May 2013 05:01:28 +0400 Subject: ~ Move bitfields to Data. --- tests/Main.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/Main.hs') diff --git a/tests/Main.hs b/tests/Main.hs index 5a9a50ee..ff3d8260 100644 --- a/tests/Main.hs +++ b/tests/Main.hs @@ -8,8 +8,10 @@ import Test.Framework.Providers.QuickCheck2 (testProperty) import Encoding +import Data.Bitfield as BT import Network.BitTorrent as BT + prop_bitfieldDiff0 :: Bitfield -> Bool prop_bitfieldDiff0 b = (b `difference` empty (8 * bitfieldByteCount b)) == b -- cgit v1.2.3