Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r46852:68e30ac7bedc
Date: 2011-08-28 10:34 +0200
http://bitbucket.org/pypy/pypy/changeset/68e30ac7bedc/

Log:    Bah.

diff --git a/pypy/objspace/std/test/test_celldict.py 
b/pypy/objspace/std/test/test_celldict.py
--- a/pypy/objspace/std/test/test_celldict.py
+++ b/pypy/objspace/std/test/test_celldict.py
@@ -46,7 +46,7 @@
 
     def w_impl_used(self, obj):
         if self.runappdirect:
-            py.test.skip("__repr__ doesn't work on appdirect")
+            skip("__repr__ doesn't work on appdirect")
         import __pypy__
         assert "ModuleDictStrategy" in __pypy__.internal_repr(obj)
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to