[pypy-svn] r54371 - pypy/branch/oo-jit/pypy/jit/rainbow/test

antocuni at codespeak.net antocuni at codespeak.net
Sat May 3 16:35:13 CEST 2008


Author: antocuni
Date: Sat May  3 16:35:12 2008
New Revision: 54371

Modified:
   pypy/branch/oo-jit/pypy/jit/rainbow/test/test_portal.py
Log:
rename test so that it's easier to select only this with py.test -k


Modified: pypy/branch/oo-jit/pypy/jit/rainbow/test/test_portal.py
==============================================================================
--- pypy/branch/oo-jit/pypy/jit/rainbow/test/test_portal.py	(original)
+++ pypy/branch/oo-jit/pypy/jit/rainbow/test/test_portal.py	Sat May  3 16:35:12 2008
@@ -85,7 +85,7 @@
 class BaseTestPortal(PortalTest):
     type_system = "lltype"
             
-    def test_simple(self):
+    def test_very_simple(self):
 
         def main(code, x):
             return evaluate(code, x)



More information about the Pypy-commit mailing list