diff options
Diffstat (limited to 'tests/Data/Torrent/BitfieldSpec.hs')
-rw-r--r-- | tests/Data/Torrent/BitfieldSpec.hs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/Data/Torrent/BitfieldSpec.hs b/tests/Data/Torrent/BitfieldSpec.hs deleted file mode 100644 index 093f6f19..00000000 --- a/tests/Data/Torrent/BitfieldSpec.hs +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | {-# OPTIONS -fno-warn-orphans #-} | ||
2 | module Data.Torrent.BitfieldSpec (spec) where | ||
3 | import Control.Applicative | ||
4 | import Test.Hspec | ||
5 | import Test.QuickCheck | ||
6 | |||
7 | import Data.Torrent.Bitfield | ||
8 | |||
9 | instance Arbitrary Bitfield where | ||
10 | arbitrary = fromBitmap <$> arbitrary | ||
11 | |||
12 | spec :: Spec | ||
13 | spec = return () \ No newline at end of file | ||