8000 Fix test_type_comments · python/cpython@e1940e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit e1940e5

Browse files
committed
Fix test_type_comments
1 parent 59ec33d commit e1940e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_type_comments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def test_matmul(self):
272272
pass
273273

274274
def test_fstring(self):
275-
for tree in self.parse_all(fstring, minver=6):
275+
for tree in self.parse_all(fstring):
276276
pass
277277

278278
def test_underscorednumber(self):

0 commit comments

Comments
 (0)
0