diff options
Diffstat (limited to 'tests/basics/async_for.py.exp')
-rw-r--r-- | tests/basics/async_for.py.exp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/basics/async_for.py.exp b/tests/basics/async_for.py.exp new file mode 100644 index 0000000000..1f728a66c8 --- /dev/null +++ b/tests/basics/async_for.py.exp @@ -0,0 +1,10 @@ +init +aiter +anext +a +anext +b +anext +c +anext +finished |