summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-05-08 10:52:23 +0400
committerSam T <pxqr.sta@gmail.com>2013-05-08 10:52:23 +0400
commit71980c797f0fa242f544f6bf706999983b0bcf68 (patch)
treecdb71959f3fdbb5e1b5c4eb038d59f3028f57452 /tests
parentd0282172da33bbc58cc40f14d7368726dfde8b37 (diff)
~ Fix handshake.
Diffstat (limited to 'tests')
-rw-r--r--tests/Main.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Main.hs b/tests/Main.hs
index ff3d8260..9b0d58e4 100644
--- a/tests/Main.hs
+++ b/tests/Main.hs
@@ -1,7 +1,6 @@
1{-# LANGUAGE OverloadedStrings #-} 1{-# LANGUAGE OverloadedStrings #-}
2module Main (main) where 2module Main (main) where
3 3
4import Data.Bits
5import Data.Word 4import Data.Word
6import Test.Framework (defaultMain) 5import Test.Framework (defaultMain)
7import Test.Framework.Providers.QuickCheck2 (testProperty) 6import Test.Framework.Providers.QuickCheck2 (testProperty)