diff options
Diffstat (limited to 'tests/extmod/asyncio_exception.py.exp')
-rw-r--r-- | tests/extmod/asyncio_exception.py.exp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/extmod/asyncio_exception.py.exp b/tests/extmod/asyncio_exception.py.exp new file mode 100644 index 0000000000..b2ee860170 --- /dev/null +++ b/tests/extmod/asyncio_exception.py.exp @@ -0,0 +1,7 @@ +main start +ValueError 1 +main start +task start +ValueError 2 +main start +ValueError 3 |