aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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