summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2014-12-30 17:02:51 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2014-12-30 17:02:51 -0400
commit0fa4d7e8496c276bf496a2a522c7e676b7fd9245 (patch)
treed2073c2263875eb1ce6508a42e5c5296fd3d1761
parentff5fb428cd87f7770a551e7deda11c693e1cf1b1 (diff)
fix windows build
-rw-r--r--Test.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test.hs b/Test.hs
index 5a1df7417..b8d0f89a6 100644
--- a/Test.hs
+++ b/Test.hs
@@ -1318,7 +1318,7 @@ test_crypto = do
key2files cipher = Locations.keyPaths .
Crypto.encryptKey Types.Crypto.HmacSha1 cipher
#else
-test_crypto _env = putStrLn "gpg testing not implemented on Windows"
+test_crypto = putStrLn "gpg testing not implemented on Windows"
#endif
test_add_subdirs :: Assertion