Renames in symantic-document.
[haskell/symantic.git] / symantic-grammar / test / Main.hs
1 module Main where
2
3 import Test.Tasty
4 import HUnit
5
6 main :: IO ()
7 main =
8 defaultMain $
9 testGroup "Language.Symantic"
10 [hunits]