[pypy-svn] rev 2229 - pypy/trunk/src/pypy/objspace/flow/test

arigo at codespeak.net arigo at codespeak.net
Wed Nov 19 19:11:59 CET 2003


Author: arigo
Date: Wed Nov 19 19:11:47 2003
New Revision: 2229

Modified:
   pypy/trunk/src/pypy/objspace/flow/test/test_objspace.py
Log:
Ok test, we've seen you, you're nice, now don't show up any more.


Modified: pypy/trunk/src/pypy/objspace/flow/test/test_objspace.py
==============================================================================
--- pypy/trunk/src/pypy/objspace/flow/test/test_objspace.py	(original)
+++ pypy/trunk/src/pypy/objspace/flow/test/test_objspace.py	Wed Nov 19 19:11:47 2003
@@ -212,7 +212,7 @@
 
     def test_implicitIndexError(self):
         x = self.codetest(self.implicitIndexError)
-        self.reallyshow(x)
+        self.show(x)
 
 
 if __name__ == '__main__':


More information about the Pypy-commit mailing list