fix build on windows
This commit is contained in:
parent
cdad377ef1
commit
4808800f2d
1 changed files with 1 additions and 1 deletions
2
Test.hs
2
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"
|
||||
|
|
Loading…
Reference in a new issue