aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorYann Herklotz <git@ymhg.org>2019-04-02 14:48:53 +0100
committerYann Herklotz <git@ymhg.org>2019-04-02 14:48:53 +0100
commit1ef0455ddad821c2ddf64d451e99b8b5508c39c5 (patch)
tree38d16266885732d524781ebd31658a50f0bedf4e /test
parent372bcb00204d225f4b89cfed33f99a519740dc8e (diff)
downloadverismith-1ef0455ddad821c2ddf64d451e99b8b5508c39c5.tar.gz
verismith-1ef0455ddad821c2ddf64d451e99b8b5508c39c5.zip
Fix hlint hints
Diffstat (limited to 'test')
-rw-r--r--test/Property.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Property.hs b/test/Property.hs
index e948069..be8132b 100644
--- a/test/Property.hs
+++ b/test/Property.hs
@@ -48,10 +48,10 @@ parserIdempotent' = Hog.property $ do
. alexScanTokens
parserInput :: TestTree
-parserInput = testProperty "parser input" $ parserInput'
+parserInput = testProperty "parser input" parserInput'
parserIdempotent :: TestTree
-parserIdempotent = testProperty "parser idempotence" $ parserIdempotent'
+parserIdempotent = testProperty "parser idempotence" parserIdempotent'
propertyTests :: TestTree
propertyTests =