Skip to content

Commit 7b2eb81

Browse files
committed
Issue #25622: Merge ctypes test from 3.4 into 3.5
2 parents 44d682a + 92072ac commit 7b2eb81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/ctypes/test/test_values.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ def test_undefined(self):
2828
ctdll = CDLL(_ctypes_test.__file__)
2929
self.assertRaises(ValueError, c_int.in_dll, ctdll, "Undefined_Symbol")
3030

31-
@unittest.skipUnless(sys.platform == 'win32', 'Windows-specific test')
32-
class Win_ValuesTestCase(unittest.TestCase):
31+
class PythonValuesTestCase(unittest.TestCase):
3332
"""This test only works when python itself is a dll/shared library"""
3433

3534
def test_optimizeflag(self):

0 commit comments

Comments
 (0)