mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Whitespace normalization.
This commit is contained in:
parent
90718a4eb5
commit
f0db38dbf8
1 changed files with 2 additions and 2 deletions
|
@ -171,8 +171,8 @@ class SysModuleTest(unittest.TestCase):
|
|||
rc = subprocess.call([sys.executable, "-c",
|
||||
"raise SystemExit(47)"])
|
||||
self.assertEqual(rc, 47)
|
||||
|
||||
|
||||
|
||||
|
||||
def test_getdefaultencoding(self):
|
||||
if test.test_support.have_unicode:
|
||||
self.assertRaises(TypeError, sys.getdefaultencoding, 42)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue