Skip to content

Commit 1e5caa0

Browse files
authored
Remove test failing on 3.12 (#15478)
1 parent 7d5213d commit 1e5caa0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test-data/unit/check-newsyntax.test

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@ main:5: error: "str" has no attribute "x"
105105
async def f():
106106
results = [i async for i in aiter() if i % 2] # E: Async comprehensions are only supported in Python 3.6 and greater
107107

108-
109-
[case testNewSyntaxFstringError]
110-
# flags: --python-version 3.5
111-
f'' # E: Format strings are only supported in Python 3.6 and greater
112-
113108
[case testNewSyntaxFStringBasics]
114109
# flags: --python-version 3.6
115110
f'foobar'

0 commit comments

Comments
 (0)