Skip to content

Commit befd67a

Browse files
authored
Update test_resource.py
1 parent 3b02180 commit befd67a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_resource.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def test_fsize_enforced(self):
6868
@unittest.skipIf(sys.platform == "vxworks",
6969
"setting RLIMIT_FSIZE is not supported on VxWorks")
7070
@unittest.skipUnless(hasattr(resource, 'RLIMIT_FSIZE'), 'requires resource.RLIMIT_FSIZE')
71+
7172
def test_fsize_too_big(self):
7273
# Be sure that setrlimit is checking for really large values
7374
too_big = 10**50

0 commit comments

Comments
 (0)