Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r57036:3c61904c2c27
Date: 2012-08-30 17:28 +0200
http://bitbucket.org/pypy/pypy/changeset/3c61904c2c27/

Log:    backout bd3326f15584, we no longer want unicode

diff --git a/pypy/translator/test/test_generator.py 
b/pypy/translator/test/test_generator.py
--- a/pypy/translator/test/test_generator.py
+++ b/pypy/translator/test/test_generator.py
@@ -111,7 +111,7 @@
             graph.show()
         # XXX how to test directly that the graph is correct?  :-(
         assert len(graph.startblock.inputargs) == 1
-        assert graph.signature == Signature([u'entry'])
+        assert graph.signature == Signature(['entry'])
         assert graph.defaults == ()
 
     def test_tweak_generator_graph(self):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to