Skip to content

Commit c5967fb

Browse files
committed
Revert "tests/Properties/HashMapLazy.hs: Temp tweak to make stylish-haskell pass"
This reverts commit b8624f7.
1 parent c3c59f5 commit c5967fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Properties/HashMapLazy.hs

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

8+
#if defined(STRICT)
89
module Properties.HashMapStrict (tests) where
10+
#else
11+
module Properties.HashMapLazy (tests) where
12+
#endif
913

1014
import Control.Applicative (Const (..))
1115
import Control.Monad (guard)

0 commit comments

Comments
 (0)