diff options
Diffstat (limited to 'tests/import/ext/micropython.py')
| -rw-r--r-- | tests/import/ext/micropython.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/import/ext/micropython.py b/tests/import/ext/micropython.py new file mode 100644 index 000000000..88c8b770e --- /dev/null +++ b/tests/import/ext/micropython.py @@ -0,0 +1,2 @@ +# micropython is always builtin and cannot be overriden by the filesystem. +print("ERROR: micropython from filesystem") |
