Author: Antonio Cuni <anto.c...@gmail.com>
Branch: py3k
Changeset: r51481:5efd72235ac9
Date: 2012-01-19 12:21 +0100
http://bitbucket.org/pypy/pypy/changeset/5efd72235ac9/

Log:    (antocuni, romain): fix test_set_context by removing the case u'str'
        which is no longer syntactically correct

diff --git a/pypy/interpreter/astcompiler/test/test_astbuilder.py 
b/pypy/interpreter/astcompiler/test/test_astbuilder.py
--- a/pypy/interpreter/astcompiler/test/test_astbuilder.py
+++ b/pypy/interpreter/astcompiler/test/test_astbuilder.py
@@ -705,7 +705,6 @@
             ("{x for x in z}", "set comprehension"),
             ("{x : x for x in z}", "dict comprehension"),
             ("'str'", "literal"),
-            ("u'str'", "literal"),
             ("b'bytes'", "literal"),
             ("()", "()"),
             ("23", "literal"),
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to