Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r65872:0765febf0718
Date: 2013-08-01 10:41 +0200
http://bitbucket.org/pypy/pypy/changeset/0765febf0718/

Log:    Bah. A mistake of the ootype removal process.

diff --git a/rpython/rtyper/test/test_runicode.py 
b/rpython/rtyper/test/test_runicode.py
--- a/rpython/rtyper/test/test_runicode.py
+++ b/rpython/rtyper/test/test_runicode.py
@@ -8,7 +8,7 @@
 
 # ====> test_rstr.py
 
-class BaseTestRUnicode(AbstractTestRstr, BaseRtypingTest):
+class TestRUnicode(AbstractTestRstr, BaseRtypingTest):
     const = unicode
     constchar = unichr
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to