summaryrefslogtreecommitdiff
path: root/tests/extmod/uasyncio_basic.py.exp
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2020-08-20 23:11:44 +1000
committerDamien George <damien@micropython.org>2020-08-22 12:17:06 +1000
commit20948a3d54ff560a3d029b8bfc9761dcbbad9312 (patch)
tree101d588aa1dcc7ecb96a7affa83e019c65e4ed20 /tests/extmod/uasyncio_basic.py.exp
parent5f9b105244bb9f605f3ca157cd421967c665bd6e (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.exp3
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