From: Robert Schuppenies Date: Sun, 1 Jun 2008 17:11:09 +0000 (+0000) Subject: Fix test_sys. X-Git-Tag: v2.6b1~177 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9359afff56f6bf87b1850c0ab29a001e0bcbe4a2;p=python Fix test_sys. --- diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py index 28614a6f16..0e17f023ec 100644 --- a/Lib/test/test_sys.py +++ b/Lib/test/test_sys.py @@ -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