Skip to content

Commit 77d20c3

Browse files
committed
Enable test for source plugins
1 parent 1bc4138 commit 77d20c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ghcide/test/exe/Main.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,8 +1211,7 @@ checkFileCompiles fp diag =
12111211

12121212
pluginSimpleTests :: TestTree
12131213
pluginSimpleTests =
1214-
ignoreInWindowsForGHC810 $
1215-
ignoreForGHC92Plus "blocked on ghc-typelits-natnormalise" $
1214+
ignoreInWindowsForGHC810 $ "blocked on ghc-typelits-natnormalise" $
12161215
testSessionWithExtraFiles "plugin-knownnat" "simple plugin" $ \dir -> do
12171216
_ <- openDoc (dir </> "KnownNat.hs") "haskell"
12181217
liftIO $ writeFile (dir</>"hie.yaml")

0 commit comments

Comments
 (0)