mirror of
https://github.com/python/cpython.git
synced 2025-08-20 00:32:12 +00:00
quiet, not quite.
This commit is contained in:
parent
dfe2107481
commit
dba728b87c
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ class StructTest(unittest.TestCase):
|
||||||
def test_issue4228(self):
|
def test_issue4228(self):
|
||||||
# Packing a long may yield either 32 or 64 bits
|
# Packing a long may yield either 32 or 64 bits
|
||||||
with _check_py3k_warnings(("struct integer overflow masking is deprecated",
|
with _check_py3k_warnings(("struct integer overflow masking is deprecated",
|
||||||
DeprecationWarning), quite=True):
|
DeprecationWarning), quiet=True):
|
||||||
x = struct.pack('L', -1)[:4]
|
x = struct.pack('L', -1)[:4]
|
||||||
self.assertEqual(x, '\xff'*4)
|
self.assertEqual(x, '\xff'*4)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue