We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e64d0d commit 523bf4eCopy full SHA for 523bf4e
ghcide/test/exe/Main.hs
@@ -3823,9 +3823,6 @@ checkFileCompiles fp diag =
3823
pluginSimpleTests :: TestTree
3824
pluginSimpleTests =
3825
ignoreInWindowsForGHC88And810 $
3826
-#if __GLASGOW_HASKELL__ == 810 && __GLASGOW_HASKELL_PATCHLEVEL1__ == 5
3827
- expectFailBecause "known broken for ghc 8.10.5 (see GHC #19763)" $
3828
-#endif
3829
testSessionWithExtraFiles "plugin-knownnat" "simple plugin" $ \dir -> do
3830
_ <- openDoc (dir </> "KnownNat.hs") "haskell"
3831
liftIO $ writeFile (dir</>"hie.yaml")
0 commit comments