Migrate PreprocessorTests (#4260)

This commit is contained in:
soulomoon 2024-05-28 19:54:27 +08:00 committed by GitHub
parent 0d0ec1e0b4
commit 57f7b3f7ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,11 +8,11 @@ import Language.LSP.Protocol.Types hiding (SemanticTokenAbsolute (..),
SemanticTokensEdit (..), mkRange)
import Language.LSP.Test
-- import Test.QuickCheck.Instances ()
import Config
import Test.Tasty
import TestUtils
tests :: TestTree
tests = testSessionWait "preprocessor" $ do
tests = testWithDummyPluginEmpty "preprocessor" $ do
let content =
T.unlines
[ "{-# OPTIONS_GHC -F -pgmF=ghcide-test-preprocessor #-}"