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.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/extmod/uasyncio_gather.py.exp b/tests/extmod/uasyncio_gather.py.exp
index a37578d7e..95310bbe1 100644
--- a/tests/extmod/uasyncio_gather.py.exp
+++ b/tests/extmod/uasyncio_gather.py.exp
@@ -8,3 +8,6 @@ Task B: factorial(3) = 6
Task C: Compute factorial(4)...
Task C: factorial(4) = 24
[2, 6, 24]
+start 2
+end 2
+[CancelledError(), 2]