File tree 1 file changed +0
-7
lines changed
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -3148,7 +3148,6 @@ checkFileCompiles fp diag =
3148
3148
3149
3149
pluginSimpleTests :: TestTree
3150
3150
pluginSimpleTests =
3151
- ignoreTest8101 " GHC #18070" $
3152
3151
ignoreInWindowsForGHC88And810 $
3153
3152
testSessionWithExtraFiles " plugin" " simple plugin" $ \ dir -> do
3154
3153
_ <- openDoc (dir </> " KnownNat.hs" ) " haskell"
@@ -3163,7 +3162,6 @@ pluginSimpleTests =
3163
3162
3164
3163
pluginParsedResultTests :: TestTree
3165
3164
pluginParsedResultTests =
3166
- ignoreTest8101 " GHC #18070" $
3167
3165
ignoreInWindowsForGHC88And810 $
3168
3166
testSessionWithExtraFiles " plugin" " parsedResultAction plugin" $ \ dir -> do
3169
3167
_ <- openDoc (dir</> " RecordDot.hs" ) " haskell"
@@ -4026,11 +4024,6 @@ pattern R x y x' y' = Range (Position x y) (Position x' y')
4026
4024
xfail :: TestTree -> String -> TestTree
4027
4025
xfail = flip expectFailBecause
4028
4026
4029
- ignoreTest8101 :: String -> TestTree -> TestTree
4030
- ignoreTest8101
4031
- | GHC_API_VERSION == (" 8.10.1" :: String ) = ignoreTestBecause
4032
- | otherwise = const id
4033
-
4034
4027
ignoreInWindowsBecause :: String -> TestTree -> TestTree
4035
4028
ignoreInWindowsBecause = if isWindows then ignoreTestBecause else (\ _ x -> x)
4036
4029
You can’t perform that action at this time.
0 commit comments