diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-28 12:57:42 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-28 12:57:42 -0400 |
commit | 8813a6a3ada14dd0adbe7cf105408b88e6b16b04 (patch) | |
tree | ca1be361fe16f936ea2f9ce53f2e5eace621471a /Test.hs | |
parent | aeabc41c6cc8e1503a299c763fcb94f60975498c (diff) |
fix build on windows
Diffstat (limited to 'Test.hs')
-rw-r--r-- | Test.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |