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