reg-alloc-graph-color-0.0.0.0: test/Main.hs
module Main where import Test.Tasty import qualified Tests.RegAlloc as RegAlloc main :: IO () main = defaultMain $ testGroup "" [RegAlloc.test]
module Main where import Test.Tasty import qualified Tests.RegAlloc as RegAlloc main :: IO () main = defaultMain $ testGroup "" [RegAlloc.test]