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>
This commit is contained in:
parent
c9f4c5acd6
commit
7a97e4351b
|
@ -1,4 +1,4 @@
|
|||
import pyb
|
||||
# test for native for loops
|
||||
|
||||
|
||||
@micropython.native
|
Loading…
Reference in New Issue