aboutsummaryrefslogtreecommitdiffstats
path: root/test/Unit.hs
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-20 15:33:13 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-20 15:33:17 +0000
commit99fe59abc997ba6f65896a2377881409e257faf9 (patch)
treeb83a36efac0fd0fcdd3838f3321428d6bd2de6e3 /test/Unit.hs
parent64a0ae3600073f486462b1d056409954634b0084 (diff)
downloadverismith-99fe59abc997ba6f65896a2377881409e257faf9.tar.gz
verismith-99fe59abc997ba6f65896a2377881409e257faf9.zip
Rename moduleId to modId
Diffstat (limited to 'test/Unit.hs')
-rw-r--r--test/Unit.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Unit.hs b/test/Unit.hs
index 8bcc702..4570357 100644
--- a/test/Unit.hs
+++ b/test/Unit.hs
@@ -12,6 +12,7 @@ unitTests = testGroup "Unit tests"
[ testCase "Transformation of AST" $
assertEqual "Successful transformation" transformExpectedResult
(transformOf traverseExpr trans transformTestData)
+ , testCase ""
]
transformTestData :: Expr