From 4c3f669ec0d9bdb47a493aea83c4b3a711db94bb Mon Sep 17 00:00:00 2001 From: jneira Date: Sun, 23 Jan 2022 00:09:57 +0100 Subject: [PATCH] Enable ghcide tests in windows --- ghcide/test/exe/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghcide/test/exe/Main.hs b/ghcide/test/exe/Main.hs index 3c4f870aa6..68037d2dd7 100644 --- a/ghcide/test/exe/Main.hs +++ b/ghcide/test/exe/Main.hs @@ -5227,7 +5227,7 @@ xfail = flip expectFailBecause ignoreInWindowsBecause :: String -> TestTree -> TestTree ignoreInWindowsBecause - | isWindows = ignoreTestBecause + | isWindows = \_ x -> x | otherwise = \_ x -> x ignoreInWindowsForGHC88And810 :: TestTree -> TestTree