From de81a18d6c25e2566349f639f740f3b705c6bbbc Mon Sep 17 00:00:00 2001 From: Rick Winfrey Date: Wed, 29 Mar 2017 10:28:06 -0700 Subject: [PATCH] Let default case represent ParseTree --- test/ParseCommandSpec.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/ParseCommandSpec.hs b/test/ParseCommandSpec.hs index c0e84c9c2..434d0f070 100644 --- a/test/ParseCommandSpec.hs +++ b/test/ParseCommandSpec.hs @@ -22,9 +22,6 @@ spec = parallel $ do Index -> do output <- parseIndex $ parseArgs ["test/fixtures/ruby/and-or.A.rb"] format output `shouldNotBe` "" - ParseTree -> do - output <- parseTree $ parseArgs ["test/fixtures/ruby/and-or.A.rb"] format - output `shouldNotBe` "" _ -> do output <- parseTree $ parseArgs ["test/fixtures/ruby/and-or.A.rb"] format output `shouldNotBe` ""