From 2ba261a93d4d1aebb3f749d65e7ad038fe1fb8ce Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Fri, 20 Dec 2019 02:04:40 +0000 Subject: [PATCH] Remove extraneous flag --- test/Test.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2