[pypy-commit] pypy identity-dict-strategy: fix test

antocuni noreply at buildbot.pypy.org
Wed Jul 20 15:00:05 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: identity-dict-strategy
Changeset: r45777:9c8a3b6a766b
Date: 2011-07-20 13:39 +0200
http://bitbucket.org/pypy/pypy/changeset/9c8a3b6a766b/

Log:	fix test

diff --git a/pypy/objspace/std/test/test_dictmultiobject.py b/pypy/objspace/std/test/test_dictmultiobject.py
--- a/pypy/objspace/std/test/test_dictmultiobject.py
+++ b/pypy/objspace/std/test/test_dictmultiobject.py
@@ -898,6 +898,7 @@
             withsmalldicts = False
             withcelldict = False
             withmethodcache = False
+            withidentitydict = False
 
 FakeSpace.config = Config()
 


More information about the pypy-commit mailing list