Skip to content

Commit 33888c4

Browse files
committed
seed: WIP
1 parent 8c13fdb commit 33888c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/proper_tests.erl

+3-3
Original file line numberDiff line numberDiff line change
@@ -1045,13 +1045,13 @@ seeded_test_() ->
10451045
Opts = [{seed,Seed}, noshrink, {start_size,65536}],
10461046
Check = fun (Prop) ->
10471047
R = proper:quickcheck(Prop,Opts),
1048-
proper:clean_garbage(),
1048+
%% proper:clean_garbage(),
10491049
R
10501050
end,
10511051
Prop = ?FORALL(_,integer(),false),
1052-
PropSA = ?FORALL_TARGETED(I,integer(), begin ?MAXIMIZE(I),false end),
1052+
%% PropSA = ?FORALL_TARGETED(I,integer(), begin ?MAXIMIZE(I),false end),
10531053
[?_assertEqual(Check(Prop), Check(Prop))
1054-
,?_assertEqual(Check(PropSA), Check(PropSA))
1054+
%% ,?_assertEqual(Check(PropSA), Check(PropSA))
10551055
%% ,?_assertEqual(Check(PropSA), Check(Prop))
10561056
].
10571057

0 commit comments

Comments
 (0)