Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 339224f

Browse files
committed
commenting out test code to debug circleci
1 parent 3eae057 commit 339224f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/dispatcher/Main.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ import Haskell.Ide.Engine.Plugin.HieExtras
4141
main :: IO ()
4242
main = do
4343
setupStackFiles
44-
withFileLogging "main-dispatcher.log" $ do
45-
hspec newPluginSpec
46-
hspec funcSpec
44+
-- withFileLogging "main-dispatcher.log" $ do
45+
-- hspec newPluginSpec
46+
-- hspec funcSpec
4747

4848
-- main :: IO ()
4949
-- main = do

0 commit comments

Comments
 (0)