summaryrefslogtreecommitdiff
path: root/distutils/tests/test_ccompiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'distutils/tests/test_ccompiler.py')
-rw-r--r--distutils/tests/test_ccompiler.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/distutils/tests/test_ccompiler.py b/distutils/tests/test_ccompiler.py
index aa4c7b35..c868a56b 100644
--- a/distutils/tests/test_ccompiler.py
+++ b/distutils/tests/test_ccompiler.py
@@ -55,7 +55,6 @@ def test_set_include_dirs(c_file):
compiler.compile(_make_strs([c_file]))
-@pytest.mark.xfail('platform.system() == "Windows"')
def test_has_function_prototype():
# Issue https://github.com/pypa/setuptools/issues/3648
# Test prototype-generating behavior.