From a7433ecd5f870dfacb519b0b3f368d3051a248d3 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 20 Jan 2019 15:56:30 +0000 Subject: Fix unit test and cabal file --- test/Unit.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'test') 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 -- cgit