Skip to content

Commit 18293dc

Browse files
committed
Remove decorator on test_boolop
1 parent 5c63109 commit 18293dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_ast.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2100,8 +2100,6 @@ def test_binop(self):
21002100
self._check_content(s, binop.left, '1 * 2 + (3 )')
21012101
self._check_content(s, binop.left.right, '3')
21022102

2103-
# TODO: RUSTPYTHON
2104-
@unittest.expectedFailure
21052103
def test_boolop(self):
21062104
s = dedent('''
21072105
if (one_condition and

0 commit comments

Comments
 (0)