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
commitfa5780fd08cdca7ca5e51e63ffcb8f870955ea38 (patch)
treeffd2f341f0d579c7ea6aeac39c51a5ebeb5f3cf1
parentf6127bd71cb6cc9bc91c495df514a6407e98180c (diff)
downloadscons-fa5780fd08cdca7ca5e51e63ffcb8f870955ea38.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 519ebe32..a50433c0 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: