summaryrefslogtreecommitdiff
path: root/tests/extmod/uasyncio_gather.py.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extmod/uasyncio_gather.py.exp')
-rw-r--r--tests/extmod/uasyncio_gather.py.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/extmod/uasyncio_gather.py.exp b/tests/extmod/uasyncio_gather.py.exp
index a5ea47ab5..371d1ae60 100644
--- a/tests/extmod/uasyncio_gather.py.exp
+++ b/tests/extmod/uasyncio_gather.py.exp
@@ -9,6 +9,8 @@ Task C: Compute factorial(4)...
Task C: factorial(4) = 24
[2, 6, 24]
====
+[]
+====
start 2
end 2
[CancelledError(), 2]