symantic-parser-0.2.0.20210703: test/Main.hs
module Main where
import System.IO (IO)
import Test.Tasty
import Golden
--import HUnit
main :: IO ()
main = do
defaultMain (
testGroup ""
[ Golden.goldens
--, hunits
]
)
module Main where
import System.IO (IO)
import Test.Tasty
import Golden
--import HUnit
main :: IO ()
main = do
defaultMain (
testGroup ""
[ Golden.goldens
--, hunits
]
)