summaryrefslogtreecommitdiff
path: root/Lib/test/badsyntax_async8.py
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-09-09 10:36:01 -0700
committerYury Selivanov <yury@magic.io>2016-09-09 10:36:01 -0700
commitb26bd4a4bf3de9dbedbbbd1209fea77cd7af7689 (patch)
tree0d6ec6c36cdcab40f7ce6d6b12b81aa22f319e0a /Lib/test/badsyntax_async8.py
parent4b988b10a7941afcac8cb0e5f31c7aad5157592e (diff)
downloadcpython-b26bd4a4bf3de9dbedbbbd1209fea77cd7af7689.tar.gz
Issue #28008: Implement PEP 530 -- asynchronous comprehensions.
Diffstat (limited to 'Lib/test/badsyntax_async8.py')
-rw-r--r--Lib/test/badsyntax_async8.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/badsyntax_async8.py b/Lib/test/badsyntax_async8.py
deleted file mode 100644
index 3c636f9ac4..0000000000
--- a/Lib/test/badsyntax_async8.py
+++ /dev/null
@@ -1,2 +0,0 @@
-async def foo():
- await await fut