mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Remove expectedFailure decorator
This commit is contained in:
2
Lib/test/test_ast.py
vendored
2
Lib/test/test_ast.py
vendored
@@ -1978,8 +1978,6 @@ class EndPositionTests(unittest.TestCase):
|
||||
self._check_end_pos(assign, 3, 40)
|
||||
self._check_end_pos(assign.value, 3, 40)
|
||||
|
||||
# TODO: RUSTPYTHON
|
||||
@unittest.expectedFailure
|
||||
def test_continued_str(self):
|
||||
s = dedent('''
|
||||
x = "first part" \\
|
||||
|
||||
Reference in New Issue
Block a user