diff options
Diffstat (limited to 'tests/extmod/asyncio_new_event_loop.py.exp')
-rw-r--r-- | tests/extmod/asyncio_new_event_loop.py.exp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/extmod/asyncio_new_event_loop.py.exp b/tests/extmod/asyncio_new_event_loop.py.exp new file mode 100644 index 0000000000..9e104fda39 --- /dev/null +++ b/tests/extmod/asyncio_new_event_loop.py.exp @@ -0,0 +1,6 @@ +start +task 0 +stop +start +task 0 +stop |