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 fe4673c commit dd416c9Copy full SHA for dd416c9
ghcide/test/exe/Main.hs
@@ -3838,9 +3838,6 @@ checkFileCompiles fp diag =
3838
pluginSimpleTests :: TestTree
3839
pluginSimpleTests =
3840
ignoreInWindowsForGHC88And810 $
3841
-#if __GLASGOW_HASKELL__ == 810 && __GLASGOW_HASKELL_PATCHLEVEL1__ == 5
3842
- expectFailBecause "known broken for ghc 8.10.5 (see GHC #19763)" $
3843
-#endif
3844
testSessionWithExtraFiles "plugin-knownnat" "simple plugin" $ \dir -> do
3845
_ <- openDoc (dir </> "KnownNat.hs") "haskell"
3846
liftIO $ writeFile (dir</>"hie.yaml")
0 commit comments