diff options
author | Damien George <damien.p.george@gmail.com> | 2014-01-28 23:12:35 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-01-28 23:12:35 +0000 |
commit | b40892d266c05613f3e32f12ca3a7c4b03270fb7 (patch) | |
tree | 4f5305322fd63e7139e122ce8ea6b69cf180c16d /tests | |
parent | 8bf91f2a87b8f81e3a5d3a0f986b6e884b737b6a (diff) | |
download | micropython-b40892d266c05613f3e32f12ca3a7c4b03270fb7.tar.gz micropython-b40892d266c05613f3e32f12ca3a7c4b03270fb7.zip |
Rename array test to array1 so it doesn't clash with array module.
On my machine, 'import array' in CPython tries to load the array test.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/basics/array1.py (renamed from tests/basics/array.py) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/basics/array.py b/tests/basics/array1.py index 6f70fdb911..6f70fdb911 100644 --- a/tests/basics/array.py +++ b/tests/basics/array1.py |