Remove main from ParserSpec; we've only one spec, so this is redundant with Spec.main.

This commit is contained in:
vi 2014-06-23 13:43:01 +08:00
parent a608e0494d
commit 5a673ab3ff

View File

@ -10,9 +10,6 @@ import qualified Test.Hspec.Attoparsec.Source (Source((~>)))
import Text.Taggy.Parser
import Text.Taggy.Types
main :: IO ()
main = hspec spec
spec :: Spec
spec = do
describe "tagopen parser" $ do