From ec6c5b703262cba15bc158fc8718f1559021d062 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 27 May 2024 23:05:33 +0800 Subject: [PATCH] Migrate PreprocessorTests --- ghcide/test/exe/PreprocessorTests.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghcide/test/exe/PreprocessorTests.hs b/ghcide/test/exe/PreprocessorTests.hs index 315ffd1ccb..1846a31964 100644 --- a/ghcide/test/exe/PreprocessorTests.hs +++ b/ghcide/test/exe/PreprocessorTests.hs @@ -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 #-}"