mirror of https://github.com/python/cpython
Issue #12400: oops, remove debug code...
This commit is contained in:
parent
e2185d714b
commit
565dbadc22
|
@ -40,7 +40,6 @@ class FileTests(unittest.TestCase):
|
|||
tearDown = setUp
|
||||
|
||||
def test_access(self):
|
||||
self.assertEqual(1,2)
|
||||
f = os.open(support.TESTFN, os.O_CREAT|os.O_RDWR)
|
||||
os.close(f)
|
||||
self.assertTrue(os.access(support.TESTFN, os.W_OK))
|
||||
|
|
Loading…
Reference in New Issue