We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197159b commit 669e3f3Copy full SHA for 669e3f3
lambda-buffers-compiler/test/Test/LambdaBuffers/Compiler.hs
@@ -17,7 +17,7 @@ import Test.Tasty.Hedgehog qualified as H
17
18
test :: TestTree
19
test =
20
- adjustOption (\_ -> H.HedgehogTestLimit $ Just 10_000) $
+ adjustOption (\_ -> H.HedgehogTestLimit $ Just 1000) $
21
testGroup
22
"Compiler API tests"
23
[ allWellFormedCompInpCompile
@@ -51,6 +51,7 @@ allWellFormedCompInpCompileAfterBenignMut =
51
[ Mut.shuffleModules
52
, Mut.shuffleTyDefs
53
]
54
+ H.collect mut
55
compInp' <- H.forAllWith (const "") (Mut.mutFn mut compInp)
56
let compOut = runCompiler compInp
57
compOut' = runCompiler compInp'
0 commit comments