Author: Manuel Jacob
Branch: 
Changeset: r64465:579793632631
Date: 2013-05-22 18:37 +0200
http://bitbucket.org/pypy/pypy/changeset/579793632631/

Log:    Actually test specialisedtuple here.

diff --git a/pypy/objspace/std/test/test_specialisedtupleobject.py 
b/pypy/objspace/std/test/test_specialisedtupleobject.py
--- a/pypy/objspace/std/test/test_specialisedtupleobject.py
+++ b/pypy/objspace/std/test/test_specialisedtupleobject.py
@@ -216,4 +216,4 @@
 
 
 class AppTestAll(test_tupleobject.AppTestW_TupleObject):
-    pass
+    spaceconfig = {"objspace.std.withspecialisedtuple": True}
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to