summaryrefslogtreecommitdiff
path: root/tests/extmod/uasyncio_threadsafeflag.py.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extmod/uasyncio_threadsafeflag.py.exp')
-rw-r--r--tests/extmod/uasyncio_threadsafeflag.py.exp11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/extmod/uasyncio_threadsafeflag.py.exp b/tests/extmod/uasyncio_threadsafeflag.py.exp
index aef4e479b..757115ac4 100644
--- a/tests/extmod/uasyncio_threadsafeflag.py.exp
+++ b/tests/extmod/uasyncio_threadsafeflag.py.exp
@@ -19,3 +19,14 @@ yield
task 3
task 3 done
wait task
+----
+set event
+yield
+clear event
+yield
+yield
+task 4
+set event
+yield
+wait task
+task 4 done