From 67fdfebe645d5df69cfa01b81a6776ecae3b6625 Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 2 Sep 2019 21:35:17 +1000 Subject: tests: Update tests for changes to opcode ordering. --- tests/import/mpy_native.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/import/mpy_native.py') 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 -- cgit v1.2.3