]> gitweb.michael.orlitzky.com - hath.git/blobdiff - test/TestSuite.hs
Moved the maskable instance definitions within their corresponding modules.
[hath.git] / test / TestSuite.hs
index 4450f1d34001afaf731f17159492c09e6501c7b1..3c00d06cab0473c8f3891b4e31739ef716cc0114 100644 (file)
@@ -6,13 +6,11 @@ import Cidr (cidr_tests,
              prop_contains_proper_intransitive)
 
 import IPv4Address (ipv4address_tests)
-import Maskable (maskable_tests)
 import Octet (octet_tests)
 
 -- The list of HUnit tests.
 test_suite = TestList (concat [cidr_tests,
                                ipv4address_tests,
-                               maskable_tests,
                                octet_tests])
 
 -- QuickCheck options