diff options
Diffstat (limited to 'tests/extmod/uasyncio_set_exception_handler.py.exp')
-rw-r--r-- | tests/extmod/uasyncio_set_exception_handler.py.exp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/extmod/uasyncio_set_exception_handler.py.exp b/tests/extmod/uasyncio_set_exception_handler.py.exp new file mode 100644 index 0000000000..4744641e54 --- /dev/null +++ b/tests/extmod/uasyncio_set_exception_handler.py.exp @@ -0,0 +1,8 @@ +None +True +sleep +custom_handler ValueError(0, 1) +sleep +custom_handler ValueError(1, 2) +custom_handler ValueError(2, 3) +done |