[pypy-commit] pypy default: Actually test specialisedtuple here.

Manuel Jacob noreply at buildbot.pypy.org
Wed May 22 18:41:27 CEST 2013


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}


More information about the pypy-commit mailing list