Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ghcide/test/exe/PreprocessorTests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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 #-}"
Expand Down