summaryrefslogtreecommitdiff
path: root/Test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2014-12-29 17:25:59 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2014-12-29 17:30:20 -0400
commite79780c0cac64c7b74754e47fc066aa0fc104345 (patch)
tree1baa2628f02698a883f8d0bfc8d362307cfa1d11 /Test.hs
parentdaa420a9f299c331b24488d133d068ddc451b9aa (diff)
fixed all remaining build warnings on Windows
Diffstat (limited to 'Test.hs')
-rw-r--r--Test.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Test.hs b/Test.hs
index dd7a45f47..43de251b7 100644
--- a/Test.hs
+++ b/Test.hs
@@ -116,13 +116,12 @@ main ps = do
#if MIN_VERSION_optparse_applicative(0,10,0)
case execParserPure pprefs pinfo args of
(Options.Applicative.Failure failure) -> do
- let (msg, _exit) = renderFailure failure progdesc
+ let (msg, _exit) = renderFailure failure "git-annex test"
error msg
v -> handleParseResult v
#else
handleParseResult $ execParserPure pprefs pinfo args
#endif
- progdesc = "git-annex test"
ingredients :: [Ingredient]
ingredients =