mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Unmark passing test in test_fstring
This commit is contained in:
1
Lib/test/test_fstring.py
vendored
1
Lib/test/test_fstring.py
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user