diff options
Diffstat (limited to 'tests/micropython/import_mpy_native.py')
-rw-r--r-- | tests/micropython/import_mpy_native.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/micropython/import_mpy_native.py b/tests/micropython/import_mpy_native.py index d7da16581..449371dda 100644 --- a/tests/micropython/import_mpy_native.py +++ b/tests/micropython/import_mpy_native.py @@ -74,9 +74,7 @@ user_files = { b'\x02' # 2 children b'\x42' # 8 bytes, no children, viper code - b'\x00\x00\x00\x00\x00\x00' # dummy machine code - b'\x00\x00' # slot for qstr0 - b'\x01\x0c\x0aprint\x00' # n_qstr=1, qstr0 + b'\x00\x00\x00\x00\x00\x00\x00\x00' # dummy machine code b'\x00' # scope_flags b'\x43' # 8 bytes, no children, asm code @@ -102,7 +100,6 @@ user_files = { b'\x22' # 4 bytes, no children, viper code b'\x00\x00\x00\x00' # dummy machine code - b'\x00' # n_qstr=0 b'\x70' # scope_flags: VIPERBSS | VIPERRODATA | VIPERRELOC b'\x06\x04' # rodata=6 bytes, bss=4 bytes b'rodata' # rodata content |