Skip to content

Commit dd416c9

Browse files
committed
mark test as no longer failing
1 parent fe4673c commit dd416c9

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
@@ -3838,9 +3838,6 @@ checkFileCompiles fp diag =
38383838
pluginSimpleTests :: TestTree
38393839
pluginSimpleTests =
38403840
ignoreInWindowsForGHC88And810 $
3841-
#if __GLASGOW_HASKELL__ == 810 && __GLASGOW_HASKELL_PATCHLEVEL1__ == 5
3842-
expectFailBecause "known broken for ghc 8.10.5 (see GHC #19763)" $
3843-
#endif
38443841
testSessionWithExtraFiles "plugin-knownnat" "simple plugin" $ \dir -> do
38453842
_ <- openDoc (dir </> "KnownNat.hs") "haskell"
38463843
liftIO $ writeFile (dir</>"hie.yaml")

0 commit comments

Comments
 (0)