summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2015-06-14 16:33:24 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2015-06-14 16:33:24 -0700
commit29da60b30f4a33e836594b6249a8d1508d3d4ebc (patch)
treeffd2f341f0d579c7ea6aeac39c51a5ebeb5f3cf1
parente07f6573ca57ba9e27ad86377e81605b507ab190 (diff)
downloadscons-git-29da60b30f4a33e836594b6249a8d1508d3d4ebc.tar.gz
rolling back unicode --tree=all patch
-rw-r--r--test/option--tree.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/option--tree.py b/test/option--tree.py
index 519ebe322..a50433c0e 100644
--- a/test/option--tree.py
+++ b/test/option--tree.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python
-# -*- coding: utf-8 -*-
#
# __COPYRIGHT__
#
@@ -52,20 +51,6 @@ scons: warning: The --debug=tree option is deprecated; please use --tree=all ins
""",
status = 0, match=TestSCons.match_re_dotall)
-
-# Check that printing nodes won't fail with
-# UnicodeDecodeError: 'ascii' codec ... ordinal not in range(128)
-# https://bitbucket.org/scons/scons/pull-request/235
-
-test.write('SConstruct', """\
-# -*- coding: utf-8 -*-
-
-Entry('русский юникод')
-""")
-
-test.run(arguments = '-Q --tree=all')
-
-
test.pass_test()
# Local Variables: