summaryrefslogtreecommitdiff
path: root/tests/micropython/heapalloc_int_from_bytes.py.exp
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-01-21 20:15:56 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-01-21 20:15:56 +0300
commitbd3dd9296b256d91e6021e481b7f4f5c6ae35a92 (patch)
treea35f5c7fe9351dfd3a2dcefe641ce7b66b67eaab /tests/micropython/heapalloc_int_from_bytes.py.exp
parent3b09dca046634e5ff6cdf97a77bbeab922f7ba2d (diff)
tests/heapalloc_int_from_bytes: Test that int.from_bytes() can work w/o alloc.
For a small number of bytes, it's expected to return a small int without allocation.
Diffstat (limited to 'tests/micropython/heapalloc_int_from_bytes.py.exp')
-rw-r--r--tests/micropython/heapalloc_int_from_bytes.py.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/micropython/heapalloc_int_from_bytes.py.exp b/tests/micropython/heapalloc_int_from_bytes.py.exp
new file mode 100644
index 000000000..7ceb19a38
--- /dev/null
+++ b/tests/micropython/heapalloc_int_from_bytes.py.exp
@@ -0,0 +1,2 @@
+49
+12849