Skip to content

Commit f084a73

Browse files
wip
1 parent 9ece7be commit f084a73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Constrained/Tests.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,13 +316,13 @@ testSpec' withShrink n s = do
316316
checkCoverage' $
317317
prop_constrained_explained s
318318

319-
#if MIN_VERSION_QuickCheck(2, 16, 0)
319+
#if MIN_VERSION_QuickCheck(2, 16, 0)
320320
when withShrink $
321321
prop "prop_shrink_sound" $
322322
discardAfter 100_000 $
323323
checkCoverage' $
324324
prop_shrink_sound s
325-
#endif
325+
#endif
326326

327327
------------------------------------------------------------------------
328328
-- Test properties of the instance Num (NumSpec Integer)

0 commit comments

Comments
 (0)