summaryrefslogtreecommitdiff
path: root/tests/basics/async_with2.py.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basics/async_with2.py.exp')
-rw-r--r--tests/basics/async_with2.py.exp17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/basics/async_with2.py.exp b/tests/basics/async_with2.py.exp
deleted file mode 100644
index 76b173b4c..000000000
--- a/tests/basics/async_with2.py.exp
+++ /dev/null
@@ -1,17 +0,0 @@
-enter
-f start: 10
-coro yielded: 11
-coro yielded: 12
-f returned: 13
-body start
-f start: 30
-coro yielded: 31
-coro yielded: 32
-body f returned: 33
-body end
-exit None None
-f start: 20
-coro yielded: 21
-coro yielded: 22
-f returned: 23
-finished