megaparsec/old-tests/Main.hs

8 lines
101 B
Haskell
Raw Normal View History

import Test.Framework
2015-07-31 15:59:26 +03:00
import Bugs (bugs)
main :: IO ()
2015-07-28 16:32:19 +03:00
main = defaultMain [testGroup "Bugs" bugs]