diff options
Diffstat (limited to 'tests/extmod/asyncio_iterator_event.py.exp')
-rw-r--r-- | tests/extmod/asyncio_iterator_event.py.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/extmod/asyncio_iterator_event.py.exp b/tests/extmod/asyncio_iterator_event.py.exp new file mode 100644 index 0000000000..a1893197d0 --- /dev/null +++ b/tests/extmod/asyncio_iterator_event.py.exp @@ -0,0 +1,5 @@ +bar 0 +bar 1 +bar 2 +good: asyncio iterator is still pending, exiting +end main |