Skip to content

Commit 58ff3e8

Browse files
committed
remove expectedFailure decorator in test_argument_handling
1 parent c7c9602 commit 58ff3e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_compile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ def test_debug_assignment(self):
4242
self.assertEqual(__debug__, prev)
4343
setattr(builtins, '__debug__', prev)
4444

45-
# TODO: RUSTPYTHON
46-
@unittest.expectedFailure
4745
def test_argument_handling(self):
4846
# detect duplicate positional and keyword arguments
4947
self.assertRaises(SyntaxError, eval, 'lambda a,a:0')

0 commit comments

Comments
 (0)