diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-01-21 20:15:56 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-01-21 20:15:56 +0300 |
commit | bd3dd9296b256d91e6021e481b7f4f5c6ae35a92 (patch) | |
tree | a35f5c7fe9351dfd3a2dcefe641ce7b66b67eaab /tests/micropython/heapalloc_int_from_bytes.py.exp | |
parent | 3b09dca046634e5ff6cdf97a77bbeab922f7ba2d (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.exp | 2 |
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 |