diff options
author | Rami Ali <flowergrass@users.noreply.github.com> | 2016-12-28 17:29:52 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-12-28 17:46:52 +1100 |
commit | eae819c0ed1cdfba33820e06292fab348ec4756d (patch) | |
tree | c40139d8375f8bdd85142b673a4a75bb6ee38980 /tests/micropython/stack_use.py.exp | |
parent | e81116d07d3fed43f77f81bd5e20800d9d798f5f (diff) |
tests/micropython: Add test for micropython.stack_use() function.
Diffstat (limited to 'tests/micropython/stack_use.py.exp')
-rw-r--r-- | tests/micropython/stack_use.py.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/micropython/stack_use.py.exp b/tests/micropython/stack_use.py.exp new file mode 100644 index 000000000..fe37ceaa1 --- /dev/null +++ b/tests/micropython/stack_use.py.exp @@ -0,0 +1 @@ +<class 'int'> |