From: Luke Lau Date: Fri, 20 Dec 2019 02:04:40 +0000 (+0000) Subject: Remove extraneous flag X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=refs%2Fheads%2Fgithub-actions Remove extraneous flag --- diff --git a/test/Test.hs b/test/Test.hs index db51246..eb0eef0 100644 --- a/test/Test.hs +++ b/test/Test.hs @@ -44,7 +44,7 @@ main = hspec $ do describe "withTimeout" $ do it "times out" $ - let sesh = runSession "hie -d --bios-verbose" fullCaps "test/data/renamePass" $ do + let sesh = runSession "hie" fullCaps "test/data/renamePass" $ do openDoc "Desktop/simple.hs" "haskell" -- won't receive a request - will timeout -- incoming logging requests shouldn't increase the