Merge pull request #79 from aeternity/fix-opcodees-in-QuickCheck-tests

New opcodes after renumbering
This commit is contained in:
Thomas Arts 2019-09-06 15:00:16 +02:00 committed by GitHub
commit 3106ca1306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ prop_opcodes() ->
valid_opcodes() ->
lists:seq(0, 16#7f) ++ lists:seq(16#fa, 16#fd).
lists:seq(0, 16#7d) ++ lists:seq(16#fa, 16#fd).
fate_code(Failure) ->