Fix test_sys.

This commit is contained in:
Robert Schuppenies 2008-06-01 17:11:09 +00:00
parent 12f8107f91
commit 9359afff56
1 changed files with 0 additions and 2 deletions

View File

@ -452,8 +452,6 @@ class SizeofTest(unittest.TestCase):
self.check_sizeof(True, h + l)
# buffer
self.check_sizeof(buffer(''), h + 2*p + 2*l + self.align(i) +l)
# bytearray
self.check_sizeof(bytes(), h + self.align(i) + l + p)
# cell
def get_cell():
x = 42