From 803ebc085464ad909b1e08ddb797dd8b4857c314 Mon Sep 17 00:00:00 2001 From: Thomas Arts Date: Mon, 17 Jun 2019 13:57:01 +0200 Subject: [PATCH] Three new opcodes had been added --- quickcheck/aefate_code_eqc.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ->