diff options
Diffstat (limited to 'tests/extmod/asyncio_wait_task.py.exp')
-rw-r--r-- | tests/extmod/asyncio_wait_task.py.exp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/extmod/asyncio_wait_task.py.exp b/tests/extmod/asyncio_wait_task.py.exp deleted file mode 100644 index 514a43422..000000000 --- a/tests/extmod/asyncio_wait_task.py.exp +++ /dev/null @@ -1,12 +0,0 @@ -start -task 1 -task 2 ----- -start -hello -world -took 200 200 -task_raise -ValueError -task_raise -ValueError |