Add FATE instructions for Bytes.concat and Bytes.split
This commit is contained in:
@@ -77,7 +77,7 @@ prop_opcodes() ->
|
||||
|
||||
|
||||
valid_opcodes() ->
|
||||
lists:seq(0, 16#7d) ++ lists:seq(16#fa, 16#fd).
|
||||
lists:seq(0, 16#7f) ++ lists:seq(16#fa, 16#fd).
|
||||
|
||||
|
||||
fate_code(Failure) ->
|
||||
|
||||
Reference in New Issue
Block a user