[pypy-svn] r33231 - pypy/dist/pypy/translator/cli/test

antocuni at codespeak.net antocuni at codespeak.net
Thu Oct 12 16:40:53 CEST 2006


Author: antocuni
Date: Thu Oct 12 16:40:52 2006
New Revision: 33231

Modified:
   pypy/dist/pypy/translator/cli/test/test_dict.py
Log:
Skip this test.



Modified: pypy/dist/pypy/translator/cli/test/test_dict.py
==============================================================================
--- pypy/dist/pypy/translator/cli/test/test_dict.py	(original)
+++ pypy/dist/pypy/translator/cli/test/test_dict.py	Thu Oct 12 16:40:52 2006
@@ -25,6 +25,8 @@
     def test_dict_of_dict(self):
         py.test.skip("CLI doesn't support recursive dicts")
 
+    def test_recursive(self):
+        py.test.skip("CLI doesn't support recursive dicts")
 
 class TestCliEmptyDict(CliTest, BaseTestRemptydict):
     def test_iterate_over_empty_dict(self):



More information about the Pypy-commit mailing list