summaryrefslogtreecommitdiff
path: root/tests/micropython/native_gen.py.exp
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-09-26 16:53:47 +1000
committerDamien George <damien.p.george@gmail.com>2019-09-26 16:53:47 +1000
commit095f90f04e996b6b60b193c7b164cdfd096f808c (patch)
tree8b20ac8c853f02bfed81f3b760dcbf0ecaa7cf59 /tests/micropython/native_gen.py.exp
parent6647d03e4257837353fa31627ca06b36dcce0ddc (diff)
tests/micropython: Add test for native generators.
Diffstat (limited to 'tests/micropython/native_gen.py.exp')
-rw-r--r--tests/micropython/native_gen.py.exp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/micropython/native_gen.py.exp b/tests/micropython/native_gen.py.exp
new file mode 100644
index 000000000..cc09e309f
--- /dev/null
+++ b/tests/micropython/native_gen.py.exp
@@ -0,0 +1,4 @@
+3
+4
+5
+[0, 1, 2]