Skip to content

Commit b8624f7

Browse files
committed
tests/Properties/HashMapLazy.hs: Temp tweak to make stylish-haskell pass
1 parent 24969e3 commit b8624f7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Properties/HashMapLazy.hs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
-- | Tests for the 'Data.HashMap.Lazy' module. We test functions by
55
-- comparing them to @Map@ from @containers@.
66

7-
#if defined(STRICT)
87
module Properties.HashMapStrict (tests) where
9-
#else
10-
module Properties.HashMapLazy (tests) where
11-
#endif
128

139
import Control.Monad ( guard )
1410
import qualified Data.Foldable as Foldable

0 commit comments

Comments
 (0)