Skip to content

Commit 835d5bf

Browse files
encukoupganssle
authored andcommitted
Remove unnecessary test class
1 parent 2b9295c commit 835d5bf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Lib/test/test_call.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -311,12 +311,6 @@ def test_fastcall_keywords_ext(self):
311311
)
312312

313313

314-
@cpython_only
315-
class TestCallingConventionsFunction(TestCallingConventions):
316-
"""Test calling module-level functions using various calling conventions"""
317-
318-
319-
320314
@cpython_only
321315
class TestCallingConventionsInstance(TestCallingConventions):
322316
"""Test calling instance methods using various calling conventions"""

0 commit comments

Comments
 (0)