summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2021-01-18 00:29:18 +1100
committerDamien George <damien@micropython.org>2021-01-29 23:57:10 +1100
commit7a97e4351b4d78f64c3d1fbecd497481e649a83f (patch)
treec55269dfa095a93542d93945fda1e386ba3ef7c2
parentc9f4c5acd6278a7a8f3376867d2927efd00aefa6 (diff)
tests: Move native for test from pybnative to micropython.
And make it generic so it can be run on any target. Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r--tests/micropython/native_for.py (renamed from tests/pybnative/for.py)2
-rw-r--r--tests/micropython/native_for.py.exp (renamed from tests/pybnative/for.py.exp)0
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/pybnative/for.py b/tests/micropython/native_for.py
index 50177a9ba..c640a8d08 100644
--- a/tests/pybnative/for.py
+++ b/tests/micropython/native_for.py
@@ -1,4 +1,4 @@
-import pyb
+# test for native for loops
@micropython.native
diff --git a/tests/pybnative/for.py.exp b/tests/micropython/native_for.py.exp
index d4dc73eff..d4dc73eff 100644
--- a/tests/pybnative/for.py.exp
+++ b/tests/micropython/native_for.py.exp