[pypy-svn] rev 2056 - pypy/trunk/src/pypy/translator/test

arigo at codespeak.net arigo at codespeak.net
Sat Oct 25 19:22:58 CEST 2003


Author: arigo
Date: Sat Oct 25 19:22:58 2003
New Revision: 2056

Modified:
   pypy/trunk/src/pypy/translator/test/test_flowmodel.py
Log:
Disabled this test.  Should be removed later.


Modified: pypy/trunk/src/pypy/translator/test/test_flowmodel.py
==============================================================================
--- pypy/trunk/src/pypy/translator/test/test_flowmodel.py	(original)
+++ pypy/trunk/src/pypy/translator/test/test_flowmodel.py	Sat Oct 25 19:22:58 2003
@@ -1,9 +1,9 @@
 
 import autopath
 from pypy.tool import test
-from pypy.translator.flowmodel import *
+from pypy.objspace.flow.model import *
 
-class TestFlowModel(test.IntTestCase):
+class DISABLED_TestFlowModel:  #(test.IntTestCase):
     def test_flatten(self):
         result = Variable("result")
         endbranch = EndBranch(result)


More information about the Pypy-commit mailing list