aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Unit.hs1
1 files changed, 0 insertions, 1 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