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 1bc4138 commit 77d20c3Copy full SHA for 77d20c3
ghcide/test/exe/Main.hs
@@ -1211,8 +1211,7 @@ checkFileCompiles fp diag =
1211
1212
pluginSimpleTests :: TestTree
1213
pluginSimpleTests =
1214
- ignoreInWindowsForGHC810 $
1215
- ignoreForGHC92Plus "blocked on ghc-typelits-natnormalise" $
+ ignoreInWindowsForGHC810 $ "blocked on ghc-typelits-natnormalise" $
1216
testSessionWithExtraFiles "plugin-knownnat" "simple plugin" $ \dir -> do
1217
_ <- openDoc (dir </> "KnownNat.hs") "haskell"
1218
liftIO $ writeFile (dir</>"hie.yaml")
0 commit comments