diff options
Diffstat (limited to 'tests/extmod/asyncio_task_done.py.exp')
-rw-r--r-- | tests/extmod/asyncio_task_done.py.exp | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/extmod/asyncio_task_done.py.exp b/tests/extmod/asyncio_task_done.py.exp new file mode 100644 index 0000000000..ddda04c5ec --- /dev/null +++ b/tests/extmod/asyncio_task_done.py.exp @@ -0,0 +1,24 @@ +========== +False +task start +task done +True +True +========== +False +task start +False +task done +True +========== +False +task start +True +ValueError() +True +========== +False +task start +False +ValueError() +True |