diff options
Diffstat (limited to 'tests/extmod/vfs_userfs.py.exp')
-rw-r--r-- | tests/extmod/vfs_userfs.py.exp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/extmod/vfs_userfs.py.exp b/tests/extmod/vfs_userfs.py.exp index be54da47c2..05cff0452c 100644 --- a/tests/extmod/vfs_userfs.py.exp +++ b/tests/extmod/vfs_userfs.py.exp @@ -15,3 +15,9 @@ stat /usermod3.py open /usermod3.py rb ioctl 4 0 SyntaxError in usermod3 +stat /usermod4 +stat /usermod4.py +stat /usermod4.mpy +open /usermod4.mpy rb +ioctl 4 0 +ValueError in usermod4 |