Author: Brian Kearns <[email protected]>
Branch: 
Changeset: r69552:f62e0c5136c7
Date: 2014-02-28 10:37 -0500
http://bitbucket.org/pypy/pypy/changeset/f62e0c5136c7/

Log:    these seem unnecessary

diff --git a/pypy/module/struct/test/test_struct.py 
b/pypy/module/struct/test/test_struct.py
--- a/pypy/module/struct/test/test_struct.py
+++ b/pypy/module/struct/test/test_struct.py
@@ -7,7 +7,7 @@
 
 
 class AppTestStruct(object):
-    spaceconfig = dict(usemodules=['struct', 'micronumpy'])
+    spaceconfig = dict(usemodules=['struct'])
 
     def setup_class(cls):
         """
@@ -19,7 +19,6 @@
             return struct
         """)
         cls.w_native_is_bigendian = cls.space.wrap(native_is_bigendian)
-        cls.w_runappdirect = cls.space.wrap(cls.runappdirect)
 
     def test_error(self):
         """
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to