Commit 67ff0abd authored by Stefan Behnel's avatar Stefan Behnel

temporary hack to make test work until we get async comprehensions

parent b1f1775c
......@@ -23,4 +23,6 @@ async def dictcomp(it):
_ERRORS = """
5:12: 'await' not allowed in generators (use 'yield')
5:12: 'await' not supported here
# FIXME: remove when implementing async comprehensions
5:12: 'yield' not supported here
"""
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment