diff options
Diffstat (limited to 'tests/extmod/uasyncio_micropython.py.exp')
-rw-r--r-- | tests/extmod/uasyncio_micropython.py.exp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/extmod/uasyncio_micropython.py.exp b/tests/extmod/uasyncio_micropython.py.exp new file mode 100644 index 000000000..f5be1dc75 --- /dev/null +++ b/tests/extmod/uasyncio_micropython.py.exp @@ -0,0 +1,7 @@ +True +task start 1 +task end 1 +2 +task start 2 +timeout +finish |