Skip to content

Commit e512461

Browse files
committed
Revert "trace tests"
This reverts commit d74ade7.
1 parent 86194d2 commit e512461

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/functional/FunctionalBadProject.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ module FunctionalBadProject (tests) where
44

55
import Control.Lens
66
import qualified Data.Text as T
7-
import Debug.Trace (traceIO)
87
import qualified Language.LSP.Protocol.Lens as L
98
import Test.Hls
109
import Test.Hls.Command
@@ -24,8 +23,6 @@ tests = testGroup "behaviour on malformed projects"
2423
[diag] <- waitForDiagnosticsFrom doc
2524
liftIO $ assertBool "missing module name" $
2625
"Other" `T.isInfixOf` (diag ^. L.message)
27-
-- liftIO $ traceIO $ show diag
28-
liftIO $ traceIO $ show $ diag ^. L.message
2926
liftIO $ assertBool "hie-bios message" $
3027
"Cabal" `T.isInfixOf` (diag ^. L.message)
3128
]

0 commit comments

Comments
 (0)