[pypy-svn] r70446 - pypy/trunk/pypy/interpreter/test

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Jan 8 10:47:23 CET 2010


Author: cfbolz
Date: Fri Jan  8 10:47:21 2010
New Revision: 70446

Modified:
   pypy/trunk/pypy/interpreter/test/test_pyframe.py
Log:
allow the test I wrote yesterday to be properly skipped


Modified: pypy/trunk/pypy/interpreter/test/test_pyframe.py
==============================================================================
--- pypy/trunk/pypy/interpreter/test/test_pyframe.py	(original)
+++ pypy/trunk/pypy/interpreter/test/test_pyframe.py	Fri Jan  8 10:47:21 2010
@@ -1,3 +1,4 @@
+import py
 
 class AppTestPyFrame:
 



More information about the Pypy-commit mailing list