From 99fe59abc997ba6f65896a2377881409e257faf9 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 20 Jan 2019 15:33:13 +0000 Subject: Rename moduleId to modId --- test/Unit.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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 -- cgit