Author: Antonio Cuni <anto.c...@gmail.com>
Branch: py3k
Changeset: r56538:3977fa148ef4
Date: 2012-08-02 18:27 +0200
http://bitbucket.org/pypy/pypy/changeset/3977fa148ef4/

Log:    fix test_destructor by using the actual array module instead of
        faking it

diff --git a/pypy/interpreter/test/test_typedef.py 
b/pypy/interpreter/test/test_typedef.py
--- a/pypy/interpreter/test/test_typedef.py
+++ b/pypy/interpreter/test/test_typedef.py
@@ -343,6 +343,8 @@
 
 class AppTestTypeDef:
 
+    spaceconfig = dict(usemodules=['array'])
+
     def setup_class(cls):
         path = udir.join('AppTestTypeDef.txt')
         path.write('hello world\n')
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to