mirror of https://github.com/python/cpython
Fix typo.
This commit is contained in:
parent
c3502467d4
commit
e7028ac56c
|
@ -60,7 +60,7 @@ class SysModuleTest(unittest.TestCase):
|
||||||
sys.stderr = savestderr
|
sys.stderr = savestderr
|
||||||
self.assert_(err.getvalue().endswith("ValueError: 42\n"))
|
self.assert_(err.getvalue().endswith("ValueError: 42\n"))
|
||||||
|
|
||||||
# FIXME: testing the code for a lost or replace excepthook in
|
# FIXME: testing the code for a lost or replaced excepthook in
|
||||||
# Python/pythonrun.c::PyErr_PrintEx() is tricky.
|
# Python/pythonrun.c::PyErr_PrintEx() is tricky.
|
||||||
|
|
||||||
def test_exit(self):
|
def test_exit(self):
|
||||||
|
|
Loading…
Reference in New Issue