1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00

Let default case represent ParseTree

This commit is contained in:
Rick Winfrey 2017-03-29 10:28:06 -07:00
parent 770a3001ed
commit de81a18d6c

View File

@ -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` ""