diff options
| author | Damien George <damien@micropython.org> | 2022-10-14 16:10:38 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-10-14 16:10:38 +1100 |
| commit | 965a87b53cd9da32a546b03cdd01042058080498 (patch) | |
| tree | 56a33505a68bf6cc5aec45a7a1a8d0ca6c52d82b /tests/extmod/uasyncio_micropython.py.exp | |
| parent | 815920c87f9bda6b3fb7ec24686154210c9e8774 (diff) | |
tests/extmod: Add test for sleep_ms value that overflows ticks.
Addresses #9516.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/extmod/uasyncio_micropython.py.exp')
| -rw-r--r-- | tests/extmod/uasyncio_micropython.py.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/extmod/uasyncio_micropython.py.exp b/tests/extmod/uasyncio_micropython.py.exp index f5be1dc75..4d1c6d681 100644 --- a/tests/extmod/uasyncio_micropython.py.exp +++ b/tests/extmod/uasyncio_micropython.py.exp @@ -1,4 +1,5 @@ True +OverflowError task start 1 task end 1 2 |
