Files
TencentOS-tiny/components/language/micropython/tests/extmod/vfs_lfs_mount.py.exp
2022-09-29 12:10:37 +08:00

17 lines
248 B
Plaintext

test <class 'VfsLfs1'>
OSError(19,)
hello from lfs
package
hello from lfs
lfsmod2.py: print("hello from lfs")
OSError(30,)
test <class 'VfsLfs2'>
OSError(19,)
hello from lfs
package
hello from lfs
lfsmod2.py: print("hello from lfs")
OSError(30,)