Author: Antonio Cuni <[email protected]>
Branch:
Changeset: r53000:836fcc2fe8d8
Date: 2012-02-28 22:54 +0100
http://bitbucket.org/pypy/pypy/changeset/836fcc2fe8d8/
Log: bah, the name of this class is clearly wrong (maybe a copy&paste)?
diff --git a/pypy/module/test_lib_pypy/test_collections.py
b/pypy/module/test_lib_pypy/test_collections.py
--- a/pypy/module/test_lib_pypy/test_collections.py
+++ b/pypy/module/test_lib_pypy/test_collections.py
@@ -6,7 +6,7 @@
from pypy.conftest import gettestobjspace
-class AppTestcStringIO:
+class AppTestCollections:
def test_copy(self):
import _collections
def f():
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit