Fix test_sys.
diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py
index 28614a6..0e17f02 100644
--- a/Lib/test/test_sys.py
+++ b/Lib/test/test_sys.py
@@ -452,8 +452,6 @@
         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