Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce7fe9c

Browse files
committed
Fix another test
1 parent bf45a8e commit ce7fe9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_sys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,7 @@ def func():
14491449
check(x, size('3Pii3c7P2ic??2P'))
14501450
# function
14511451
def func(): pass
1452-
check(func, size('15Pi'))
1452+
check(func, size('16Pi'))
14531453
class c():
14541454
@staticmethod
14551455
def foo():

0 commit comments

Comments
 (0)