summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-23 10:25:47 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-23 10:25:47 +0100
commitd7f04a2c6d036363a6257f32409e86fb6112f6ac (patch)
treeab9e2968f99bbf2354d6e87edc5fcd0d35f70b24 /tests
parentaaa777180948074f2d65a23aedc4f7fc7e3d4761 (diff)
downloadhakyll-d7f04a2c6d036363a6257f32409e86fb6112f6ac.tar.gz
Strictness cleanup.
Diffstat (limited to 'tests')
-rw-r--r--tests/Tests.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Tests.hs b/tests/Tests.hs
index 5e449f2..6602426 100644
--- a/tests/Tests.hs
+++ b/tests/Tests.hs
@@ -45,7 +45,7 @@ tests = [ testGroup "Util group"
]
, testGroup "File group"
- , testCase "toRoot 1" test_to_root1
+ [ testCase "toRoot 1" test_to_root1
, testCase "toRoot 2" test_to_root2
, testCase "toRoot 3" test_to_root3
, testCase "removeSpaces 1" test_remove_spaces1