Skip to content

Commit d48fa4a

Browse files
committed
WIP: prop_noSwallowedExceptions
1 parent 30b4c36 commit d48fa4a

File tree

1 file changed

+1
-1
lines changed
  • test/Test/Database/LSMTree/StateMachine

1 file changed

+1
-1
lines changed

test/Test/Database/LSMTree/StateMachine/DL.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ prop_noSwallowedExceptions :: QC.Fixed Salt -> Property
135135
prop_noSwallowedExceptions salt = forAllDL dl_noSwallowExceptions runner
136136
where
137137
-- disable all file system and reference checks
138-
runner = propLockstep_RealImpl_MockFS_IO tr NoCheckCleanup NoCheckFS NoCheckRefs salt
138+
runner = propLockstep_RealImpl_MockFS_IO tr CheckCleanup NoCheckFS CheckRefs salt
139139
tr = nullTracer
140140

141141
-- | Run any number of actions using the default actions generator, and finally

0 commit comments

Comments
 (0)