Skip to content

Commit a4c575b

Browse files
committed
Fix auto merge commit
1 parent c8ec513 commit a4c575b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Lib/test/test_sys.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -724,9 +724,6 @@ def test_attributes(self):
724724
self.assertIn(sys.float_repr_style, ('short', 'legacy'))
725725
if not sys.platform.startswith('win'):
726726
self.assertIsInstance(sys.abiflags, str)
727-
else:
728-
self.assertFalse(hasattr(sys, 'abiflags'))
729-
730727
# test hasattr(sys, 'abiflags') == (os.name != 'nt)
731728
self.assertEqual(os.name, 'posix')
732729
else:

0 commit comments

Comments
 (0)