oops! didn't mean to disable that test
This commit is contained in:
parent
050f4adcb4
commit
d3b5a7985d
|
@ -725,7 +725,7 @@ class ByteArrayTest(BaseBytesTest):
|
||||||
# Issue 4348. Make sure that operations that don't mutate the array
|
# Issue 4348. Make sure that operations that don't mutate the array
|
||||||
# copy the bytes.
|
# copy the bytes.
|
||||||
b = bytearray(b'abc')
|
b = bytearray(b'abc')
|
||||||
#self.assertFalse(b is b.replace(b'abc', b'cde', 0))
|
self.assertFalse(b is b.replace(b'abc', b'cde', 0))
|
||||||
|
|
||||||
t = bytearray([i for i in range(256)])
|
t = bytearray([i for i in range(256)])
|
||||||
x = bytearray(b'')
|
x = bytearray(b'')
|
||||||
|
|
Loading…
Reference in New Issue