diff options
Diffstat (limited to 'tests/extmod/asyncio_event_queue.py.exp')
-rw-r--r-- | tests/extmod/asyncio_event_queue.py.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/extmod/asyncio_event_queue.py.exp b/tests/extmod/asyncio_event_queue.py.exp new file mode 100644 index 0000000000..ee42c96d83 --- /dev/null +++ b/tests/extmod/asyncio_event_queue.py.exp @@ -0,0 +1,5 @@ +main started +foo waiting +asyncio still pending, unlocking event +foo done +main done |