summaryrefslogtreecommitdiff
path: root/tests/extmod/vfs_rom.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extmod/vfs_rom.py')
-rw-r--r--tests/extmod/vfs_rom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extmod/vfs_rom.py b/tests/extmod/vfs_rom.py
index cd14542ea..18ae1f5cf 100644
--- a/tests/extmod/vfs_rom.py
+++ b/tests/extmod/vfs_rom.py
@@ -25,7 +25,7 @@ SEEK_END = 2
# An mpy file with four constant objects: str, bytes, long-int, float.
test_mpy = (
# header
- b"M\x06\x00\x1f" # mpy file header
+ b"M\x06\x00\x1e" # mpy file header, -msmall-int-bits=30
b"\x06" # n_qstr
b"\x05" # n_obj
# qstrs