aboutsummaryrefslogtreecommitdiffstats
path: root/test/Unit.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Unit.hs')
-rw-r--r--test/Unit.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Unit.hs b/test/Unit.hs
index 67a6908..5c2db55 100644
--- a/test/Unit.hs
+++ b/test/Unit.hs
@@ -17,7 +17,7 @@ unitTests = testGroup
[ testCase "Transformation of AST" $ assertEqual
"Successful transformation"
transformExpectedResult
- (transformOf traverseExpr trans transformTestData)
+ (transform trans transformTestData)
]
transformTestData :: Expr