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