diff options
| author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-09-09 07:28:22 +0000 |
|---|---|---|
| committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-09-09 07:28:22 +0000 |
| commit | 8530e8590f4d31b5af66e43bd271b0ea1658ff3e (patch) | |
| tree | cfdf80cc12f214bbaf6a01ce418a0206e15b08ae /Lib/test | |
| parent | 14b785192bb2b83b7826e9c0374c6d63e63f0f04 (diff) | |
| download | cpython-git-8530e8590f4d31b5af66e43bd271b0ea1658ff3e.tar.gz | |
Revert r33661, which broke all buildbots.
Diffstat (limited to 'Lib/test')
| -rw-r--r-- | Lib/test/test_cmd_line.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Lib/test/test_cmd_line.py b/Lib/test/test_cmd_line.py index fc0e3a728a..d63dfa19f9 100644 --- a/Lib/test/test_cmd_line.py +++ b/Lib/test/test_cmd_line.py @@ -135,12 +135,6 @@ class CmdLineTest(unittest.TestCase): self.exit_code('-c', 'pass'), 0) - # Test handling of non-ascii data - command = "assert(ord('\xe9') == 0xe9)" - self.assertEqual( - self.exit_code('-c', command), - 0) - def test_main(): test.support.run_unittest(CmdLineTest) |
