diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-01-23 10:25:47 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-01-23 10:25:47 +0100 |
commit | d7f04a2c6d036363a6257f32409e86fb6112f6ac (patch) | |
tree | ab9e2968f99bbf2354d6e87edc5fcd0d35f70b24 /tests | |
parent | aaa777180948074f2d65a23aedc4f7fc7e3d4761 (diff) | |
download | hakyll-d7f04a2c6d036363a6257f32409e86fb6112f6ac.tar.gz |
Strictness cleanup.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Tests.hs | 2 |
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 |