diff options
Diffstat (limited to 'Lib/test/test_sys.py')
-rw-r--r-- | Lib/test/test_sys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py index a549d44..7d9a36a 100644 --- a/Lib/test/test_sys.py +++ b/Lib/test/test_sys.py @@ -1278,7 +1278,7 @@ class SizeofTest(unittest.TestCase): check(x, size('4P3i4cP')) # function def func(): pass - check(func, size('14P')) + check(func, size('14Pi')) class c(): @staticmethod def foo(): |