summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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 519ebe3..a50433c 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: