[pypy-svn] r5280 - pypy/trunk/src/pypy/objspace/flow/test

arigo at codespeak.net arigo at codespeak.net
Fri Jun 25 12:33:19 CEST 2004


Author: arigo
Date: Fri Jun 25 12:33:18 2004
New Revision: 5280

Modified:
   pypy/trunk/src/pypy/objspace/flow/test/test_model.py
Log:
Commented out a print.


Modified: pypy/trunk/src/pypy/objspace/flow/test/test_model.py
==============================================================================
--- pypy/trunk/src/pypy/objspace/flow/test/test_model.py	(original)
+++ pypy/trunk/src/pypy/objspace/flow/test/test_model.py	Fri Jun 25 12:33:18 2004
@@ -23,7 +23,7 @@
     def test_simplefunc(self):
         graph = self.getflow(self.simplefunc)
         l = flatten(graph)
-        print l
+        #print l
         self.assertEquals(len(l), 4)
 
     def test_class(self):



More information about the Pypy-commit mailing list