summaryrefslogtreecommitdiff
path: root/tests/basics/async_for.py.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basics/async_for.py.exp')
-rw-r--r--tests/basics/async_for.py.exp51
1 files changed, 0 insertions, 51 deletions
diff --git a/tests/basics/async_for.py.exp b/tests/basics/async_for.py.exp
deleted file mode 100644
index 6f59979c0..000000000
--- a/tests/basics/async_for.py.exp
+++ /dev/null
@@ -1,51 +0,0 @@
-== start ==
-init
-aiter
-init
-anext
-a
-anext
-b
-anext
-c
-anext
-== finish ==
-== start ==
-init
-aiter
-init
-anext
-d
-anext
-e
-anext
-f
-anext
-AsyncIteratorWrapper-def
-== finish ==
-init
-== start ==
-aiter
-init
-anext
-g
-anext
-h
-anext
-i
-anext
-AsyncIteratorWrapper-ghi
-== finish ==
-init
-== start ==
-aiter
-init
-anext
-j
-anext
-k
-anext
-l
-anext
-AsyncIteratorWrapper-jkl
-== finish ==