Unmark passing test in test_fstring

This commit is contained in:
Padraic Fanning
2026-01-01 12:08:46 -05:00
parent 8aafbf2bf7
commit 8d2b215ccb

View File

@@ -1526,7 +1526,6 @@ x = (
r"f'{1000:j}'",
])
@unittest.expectedFailure # TODO: RUSTPYTHON
def test_filename_in_syntaxerror(self):
# see issue 38964
with temp_cwd() as cwd: