mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Re-enable cleanup code.
This commit is contained in:
parent
b9c4c3e455
commit
d0712817ac
1 changed files with 2 additions and 2 deletions
|
@ -455,8 +455,8 @@ class BufferedRandomTest(unittest.TestCase):
|
|||
|
||||
class TextIOWrapperTest(unittest.TestCase):
|
||||
|
||||
## def tearDown(self):
|
||||
## test_support.unlink(test_support.TESTFN)
|
||||
def tearDown(self):
|
||||
test_support.unlink(test_support.TESTFN)
|
||||
|
||||
def testNewlines(self):
|
||||
input_lines = [ "unix\n", "windows\r\n", "os9\r", "last\n", "nonl" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue