diff options
| author | Damien George <damien.p.george@gmail.com> | 2019-09-02 21:35:17 +1000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2019-09-26 15:27:11 +1000 |
| commit | 67fdfebe645d5df69cfa01b81a6776ecae3b6625 (patch) | |
| tree | 26dbaaa4eb26e5aa2a1e37f5bd05495e2863241d /tests/import/mpy_native.py | |
| parent | 5889cf58dbab8eae52bdd0ad592556bd7aff06df (diff) | |
tests: Update tests for changes to opcode ordering.
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 |
