From fa7f598284dd201b1b4af96a3e6c5edb0cdbb013 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 18 Jan 2024 11:54:59 -0400 Subject: [PATCH] fix windows build --- Test.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test.hs b/Test.hs index c8db8147a4..b752d4dc22 100644 --- a/Test.hs +++ b/Test.hs @@ -1941,7 +1941,7 @@ test_gpg_crypto = do Annex.Locations.keyPaths . Crypto.encryptKey Types.Crypto.HmacSha1 cipher #else -test_crypto = putStrLn "gpg testing not implemented on Windows" +test_gpg_crypto = putStrLn "gpg testing not implemented on Windows" #endif test_add_subdirs :: Assertion