[pypy-svn] rev 598 - pypy/trunk/src/pypy/interpreter/test

mwh at codespeak.net mwh at codespeak.net
Tue May 27 18:12:07 CEST 2003


Author: mwh
Date: Tue May 27 18:12:06 2003
New Revision: 598

Modified:
   pypy/trunk/src/pypy/interpreter/test/test_interpreter.py
Log:
update comment about why this fails


Modified: pypy/trunk/src/pypy/interpreter/test/test_interpreter.py
==============================================================================
--- pypy/trunk/src/pypy/interpreter/test/test_interpreter.py	(original)
+++ pypy/trunk/src/pypy/interpreter/test/test_interpreter.py	Tue May 27 18:12:06 2003
@@ -62,7 +62,7 @@
         self.assertEquals(x, 666)
 
     def XXXtest_exception(self):
-        """ can't make it run as e has no args; deep bug...? """
+        """ exception raising currently broken """
         x = self.codetest('''
 def f():
     try:


More information about the Pypy-commit mailing list