diff options
author | Damien George <damien.p.george@gmail.com> | 2014-05-07 18:55:31 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-05-07 18:55:31 +0100 |
commit | 9102af6afbc65bb7c4597e3f8371f6e72a6aebd9 (patch) | |
tree | d056d9064584524f28bd66f33d2c6ae89003b358 /tests/pybnative/while.py.exp | |
parent | c4ccb078a52276fc95e407602676f14d34a3f3c1 (diff) | |
download | micropython-9102af6afbc65bb7c4597e3f8371f6e72a6aebd9.tar.gz micropython-9102af6afbc65bb7c4597e3f8371f6e72a6aebd9.zip |
tests: Add a test for native code on pyboard.
Diffstat (limited to 'tests/pybnative/while.py.exp')
-rw-r--r-- | tests/pybnative/while.py.exp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/pybnative/while.py.exp b/tests/pybnative/while.py.exp new file mode 100644 index 0000000000..5cd83db0ff --- /dev/null +++ b/tests/pybnative/while.py.exp @@ -0,0 +1,6 @@ +1 +2 +1 +2 +3 +4 |