aboutsummaryrefslogtreecommitdiffstats
path: root/test/Parser.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parser.hs')
-rw-r--r--test/Parser.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser.hs b/test/Parser.hs
index 5ae9d4c..0ce5817 100644
--- a/test/Parser.hs
+++ b/test/Parser.hs
@@ -58,7 +58,7 @@ parserIdempotentMod = Hog.property $ do
parserInput :: Property
parserInput = Hog.property $ do
- v <- Hog.forAll (GenVerilog <$> procedural "top" smallConfig)
+ v <- Hog.forAll (GenVerilog <$> (procedural "top" smallConfig :: Gen (Verilog ())))
Hog.assert . isRight $ parse parseModDecl
"input_test"
(alexScanTokens . uncomment "test" $ show v)