Skip to content

Commit

Permalink
Remove test failing on 3.12 (#15478)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jun 20, 2023
1 parent 7d5213d commit 1e5caa0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test-data/unit/check-newsyntax.test
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ main:5: error: "str" has no attribute "x"
async def f():
results = [i async for i in aiter() if i % 2] # E: Async comprehensions are only supported in Python 3.6 and greater


[case testNewSyntaxFstringError]
# flags: --python-version 3.5
f'' # E: Format strings are only supported in Python 3.6 and greater

[case testNewSyntaxFStringBasics]
# flags: --python-version 3.6
f'foobar'
Expand Down

0 comments on commit 1e5caa0

Please sign in to comment.