diff options
| author | Damien George <damien@micropython.org> | 2020-08-20 23:11:44 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2020-08-22 12:17:06 +1000 |
| commit | 20948a3d54ff560a3d029b8bfc9761dcbbad9312 (patch) | |
| tree | 101d588aa1dcc7ecb96a7affa83e019c65e4ed20 /tests/extmod/uasyncio_basic.py.exp | |
| parent | 5f9b105244bb9f605f3ca157cd421967c665bd6e (diff) | |
tests/extmod: Add test for uasyncio.sleep of a negative time.
It should take 0 time to await on a negative sleep.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/extmod/uasyncio_basic.py.exp')
| -rw-r--r-- | tests/extmod/uasyncio_basic.py.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/extmod/uasyncio_basic.py.exp b/tests/extmod/uasyncio_basic.py.exp index 447d05d5e..667397876 100644 --- a/tests/extmod/uasyncio_basic.py.exp +++ b/tests/extmod/uasyncio_basic.py.exp @@ -2,4 +2,5 @@ start after sleep short long -took 20 40 +negative +took 20 40 0 |
