aboutsummaryrefslogtreecommitdiff
path: root/Test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-28 12:57:42 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-28 12:57:42 -0400
commit8813a6a3ada14dd0adbe7cf105408b88e6b16b04 (patch)
treeca1be361fe16f936ea2f9ce53f2e5eace621471a /Test.hs
parentaeabc41c6cc8e1503a299c763fcb94f60975498c (diff)
fix build on windows
Diffstat (limited to 'Test.hs')
-rw-r--r--Test.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test.hs b/Test.hs
index ba7faa33a..1a04a2933 100644
--- a/Test.hs
+++ b/Test.hs
@@ -128,8 +128,8 @@ tests = testGroup "Tests" $ properties :
-- Windows will only use direct mode, so don't test twice.
#ifndef mingw32_HOST_OS
, ("v5 direct", TestMode { forceDirect = True, annexVersion = "5" })
- ]
#endif
+ ]
properties :: TestTree
properties = localOption (QuickCheckTests 1000) $ testGroup "QuickCheck"