Also test large binaries, which forces the dirty scheduler variants.

This commit is contained in:
Jesper Louis Andersen 2015-08-29 21:32:08 +02:00
parent a49c5a816c
commit 8c567be6a6

View File

@ -34,7 +34,7 @@ g_iolist(N) ->
g_iodata() ->
fault(
oneof([elements([a,b,c]), real()]),
oneof([binary(), g_iolist()])).
oneof([binary(), g_iolist(), eqc_gen:largebinary(64*1024)])).
v_iolist([]) -> true;
v_iolist([B|Xs]) when is_binary(B) -> v_iolist(Xs);