diff --git a/quickcheck/aefate_code_eqc.erl b/quickcheck/aefate_code_eqc.erl index c9b03a7..29f7821 100644 --- a/quickcheck/aefate_code_eqc.erl +++ b/quickcheck/aefate_code_eqc.erl @@ -71,7 +71,7 @@ prop_opcodes() -> valid_opcodes() -> - lists:seq(0, 16#72) ++ lists:seq(16#fa, 16#fd). + lists:seq(0, 16#75) ++ lists:seq(16#fa, 16#fd). fate_code(Failure) ->