summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/async_await2.py.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basics/async_await2.py.exp')
-rw-r--r--tests/basics/async_await2.py.exp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/basics/async_await2.py.exp b/tests/basics/async_await2.py.exp
new file mode 100644
index 0000000000..fc9ff0aa53
--- /dev/null
+++ b/tests/basics/async_await2.py.exp
@@ -0,0 +1,5 @@
+wait value: 1
+return from send: message from wait(1)
+wait got back: message from main
+x = 100
+got StopIteration