Skip to content

Commit 58fb908

Browse files
Shrey-Nencukou
andauthored
Update Lib/test/test_resource.py
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent 6faed32 commit 58fb908

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_resource.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def test_fsize_enforced(self):
7171
@unittest.skipIf(sys.platform == "vxworks",
7272
"setting RLIMIT_FSIZE is not supported on VxWorks")
7373
@unittest.skipUnless(hasattr(resource, 'RLIMIT_FSIZE'), 'requires resource.RLIMIT_FSIZE')
74-
7574
def test_fsize_too_big(self):
7675
# Be sure that setrlimit is checking for really large values
7776
too_big = 10**50

0 commit comments

Comments
 (0)