Skip to content

Commit 448f7e4

Browse files
committed
test_bigrepeat is fixed
probably by RustPython#3445
1 parent 0ad3a29 commit 448f7e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/seq_tests.py

-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ def test_repeat(self):
319319
self.assertEqual(self.type2test(s)*(-4), self.type2test([]))
320320
self.assertEqual(id(s), id(s*1))
321321

322-
@unittest.skip("TODO: RUSTPYTHON, only works on 32-bit systems?")
323322
def test_bigrepeat(self):
324323
if sys.maxsize <= 2147483647:
325324
x = self.type2test([0])

0 commit comments

Comments
 (0)