Skip to content

Commit 44da572

Browse files
committed
uncomment annotation
1 parent f750c0c commit 44da572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_builtin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@ def test_bug_27936(self):
16151615
self.assertEqual(type(round(x, None)), type(round(x)))
16161616

16171617
# TODO: RUSTPYTHON
1618-
# @unittest.expectedFailure
1618+
@unittest.expectedFailure
16191619
def test_setattr(self):
16201620
setattr(sys, 'spam', 1)
16211621
self.assertEqual(sys.spam, 1)

0 commit comments

Comments
 (0)