diff --git a/quickcheck/aefate_code_eqc.erl b/quickcheck/aefate_code_eqc.erl index 416fce5..1aedfbd 100644 --- a/quickcheck/aefate_code_eqc.erl +++ b/quickcheck/aefate_code_eqc.erl @@ -77,7 +77,7 @@ prop_opcodes() -> valid_opcodes() -> - lists:seq(0, 16#a0) ++ lists:seq(16#fa, 16#fd). + [ Op || #{opcode := Op} <- aeb_fate_generate_ops:get_ops() ]. fate_code(Failure) ->