Skip to content

Commit 0965d94

Browse files
JaeyoungAhnyouknowone
authored andcommitted
remove solved TODO
1 parent 9fb3984 commit 0965d94

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_dictviews.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,6 @@ def test_copy(self):
291291
self.assertRaises(TypeError, copy.copy, d.values())
292292
self.assertRaises(TypeError, copy.copy, d.items())
293293

294-
# TODO: RUSTPYTHON
295-
@unittest.expectedFailure
296294
def test_compare_error(self):
297295
class Exc(Exception):
298296
pass

0 commit comments

Comments
 (0)