]> Git — Sourcephile - haskell/symantic-http.git/blob - test/HUnit.hs
Remove noise
[haskell/symantic-http.git] / test / HUnit.hs
1 module HUnit where
2 import Test.Tasty
3
4 hunits :: TestTree
5 hunits =
6 testGroup "HUnit"
7 [
8 ]