diff options
Diffstat (limited to 'tests/import/mpy_native.py')
| -rw-r--r-- | tests/import/mpy_native.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/import/mpy_native.py b/tests/import/mpy_native.py index e03d14e2e..f1d862d29 100644 --- a/tests/import/mpy_native.py +++ b/tests/import/mpy_native.py @@ -58,8 +58,8 @@ user_files = { b'\x38' # n bytes, bytecode b'\x01\x00\x00\x00\x00\x00\x05\x00\x00\x00\x00\xff' # prelude - b'\x11' # LOAD_CONST_NONE - b'\x5b' # RETURN_VALUE + b'\x51' # LOAD_CONST_NONE + b'\x63' # RETURN_VALUE b'\x02m\x02m\x00\x02' # simple_name, source_file, n_obj, n_raw_code |
