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 30b4c36 commit d48fa4aCopy full SHA for d48fa4a
test/Test/Database/LSMTree/StateMachine/DL.hs
@@ -135,7 +135,7 @@ prop_noSwallowedExceptions :: QC.Fixed Salt -> Property
135
prop_noSwallowedExceptions salt = forAllDL dl_noSwallowExceptions runner
136
where
137
-- disable all file system and reference checks
138
- runner = propLockstep_RealImpl_MockFS_IO tr NoCheckCleanup NoCheckFS NoCheckRefs salt
+ runner = propLockstep_RealImpl_MockFS_IO tr CheckCleanup NoCheckFS CheckRefs salt
139
tr = nullTracer
140
141
-- | Run any number of actions using the default actions generator, and finally
0 commit comments