Tidy up and remove redundant classes and tests
[opengl.git] / test / Test.hs
index f229ea216145f9a3a2743447c55f8444554ca534..90be1e2eee7243f821661b3350637d224caebec8 100644 (file)
@@ -18,7 +18,6 @@ import           Language.Haskell.LSP.Test
 import           Language.Haskell.LSP.Test.Replay
 import           Language.Haskell.LSP.TH.ClientCapabilities
 import           Language.Haskell.LSP.Types hiding (message, capabilities)
-import           ParsingTests
 import           System.Timeout
 
 main = hspec $ do
@@ -203,8 +202,6 @@ main = hspec $ do
         mainSymbol ^. location . range `shouldBe` Range (Position 3 0) (Position 3 4)
         mainSymbol ^. containerName `shouldBe` Nothing
 
-  parsingSpec
-
 data ApplyOneParams = AOP
   { file      :: Uri
   , start_pos :: Position