Skip to content

Commit 523bf4e

Browse files
committed
mark test as no longer failing
1 parent 3e64d0d commit 523bf4e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ghcide/test/exe/Main.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3823,9 +3823,6 @@ checkFileCompiles fp diag =
38233823
pluginSimpleTests :: TestTree
38243824
pluginSimpleTests =
38253825
ignoreInWindowsForGHC88And810 $
3826-
#if __GLASGOW_HASKELL__ == 810 && __GLASGOW_HASKELL_PATCHLEVEL1__ == 5
3827-
expectFailBecause "known broken for ghc 8.10.5 (see GHC #19763)" $
3828-
#endif
38293826
testSessionWithExtraFiles "plugin-knownnat" "simple plugin" $ \dir -> do
38303827
_ <- openDoc (dir </> "KnownNat.hs") "haskell"
38313828
liftIO $ writeFile (dir</>"hie.yaml")

0 commit comments

Comments
 (0)