aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/Unit.hs1
-rw-r--r--verifuzz.cabal2
2 files changed, 1 insertions, 2 deletions
diff --git a/test/Unit.hs b/test/Unit.hs
index 4570357..8bcc702 100644
--- a/test/Unit.hs
+++ b/test/Unit.hs
@@ -12,7 +12,6 @@ unitTests = testGroup "Unit tests"
[ testCase "Transformation of AST" $
assertEqual "Successful transformation" transformExpectedResult
(transformOf traverseExpr trans transformTestData)
- , testCase ""
]
transformTestData :: Expr
diff --git a/verifuzz.cabal b/verifuzz.cabal
index 575365b..cbf7983 100644
--- a/verifuzz.cabal
+++ b/verifuzz.cabal
@@ -20,7 +20,7 @@ library
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
- other-modules: , VeriFuzz.Internal.Gen
+ other-modules: VeriFuzz.Internal.Gen
, VeriFuzz.Internal.Shared
, VeriFuzz.Simulator.Internal.Template
exposed-modules: VeriFuzz