diff options
Diffstat (limited to 'tests/micropython/builtin_execfile.py.exp')
| -rw-r--r-- | tests/micropython/builtin_execfile.py.exp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/micropython/builtin_execfile.py.exp b/tests/micropython/builtin_execfile.py.exp new file mode 100644 index 000000000..1d5d8ee57 --- /dev/null +++ b/tests/micropython/builtin_execfile.py.exp @@ -0,0 +1,6 @@ +mount False False +open /noexist.py rb +OSError +open /test.py rb +123 +umount |
