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 2de7114..2a83243 100644
--- a/test/Parser.hs
+++ b/test/Parser.hs
@@ -34,7 +34,7 @@ import Verismith.Verilog.Preprocess (uncomment)
smallConfig :: Config
smallConfig = defaultConfig & configProperty . propSize .~ 5
-randomMod' :: Gen ModDecl
+randomMod' :: Gen (ModDecl ann)
randomMod' = Hog.resize 20 (randomMod 3 10)
parserInputMod :: Property