aboutsummaryrefslogtreecommitdiffstats
path: root/test/Unit.hs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-09-18 19:06:32 +0200
committerYann Herklotz <git@yannherklotz.com>2019-09-18 19:06:32 +0200
commit8d96fd2a541a2602544ced741552ebd17714c67d (patch)
tree2f53addec05793cf5b3e0274a3e8e9e5f76a7abe /test/Unit.hs
parentd14196cce14d1b4a4a9fba768b9f5238c8626624 (diff)
downloadverismith-8d96fd2a541a2602544ced741552ebd17714c67d.tar.gz
verismith-8d96fd2a541a2602544ced741552ebd17714c67d.zip
Rename main modules
Diffstat (limited to 'test/Unit.hs')
-rw-r--r--test/Unit.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Unit.hs b/test/Unit.hs
index f9283be..f761c68 100644
--- a/test/Unit.hs
+++ b/test/Unit.hs
@@ -9,7 +9,7 @@ import Parser (parseUnitTests)
import Reduce (reduceUnitTests)
import Test.Tasty
import Test.Tasty.HUnit
-import VeriSmith
+import Verismith
unitTests :: TestTree
unitTests = testGroup