From b32880bd513b868465ad2ffd9b698c13ce7f964a Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 2 Feb 2017 00:38:38 +0300 Subject: tests/heapalloc_bytesio: Test for BytesIO with preallocates space. --- tests/micropython/heapalloc_bytesio.py.exp | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/micropython/heapalloc_bytesio.py.exp (limited to 'tests/micropython/heapalloc_bytesio.py.exp') diff --git a/tests/micropython/heapalloc_bytesio.py.exp b/tests/micropython/heapalloc_bytesio.py.exp new file mode 100644 index 000000000..675761c2b --- /dev/null +++ b/tests/micropython/heapalloc_bytesio.py.exp @@ -0,0 +1 @@ +b'1234123412341234123412341234123412341234123412341234123412341234' -- cgit v1.2.3