[pypy-svn] r23728 - pypy/dist/pypy/rpython/lltypesystem/test

nik at codespeak.net nik at codespeak.net
Tue Feb 28 02:20:07 CET 2006


Author: nik
Date: Tue Feb 28 02:20:05 2006
New Revision: 23728

Modified:
   pypy/dist/pypy/rpython/lltypesystem/test/test_lloperation.py
Log:
fix another test broken by the new llop "runtimenew".


Modified: pypy/dist/pypy/rpython/lltypesystem/test/test_lloperation.py
==============================================================================
--- pypy/dist/pypy/rpython/lltypesystem/test/test_lloperation.py	(original)
+++ pypy/dist/pypy/rpython/lltypesystem/test/test_lloperation.py	Tue Feb 28 02:20:05 2006
@@ -11,6 +11,7 @@
                                              name == 'op_subclassof' or
                                              name == 'op_instanceof' or
                                              name == 'op_classof' or
+                                             name == 'op_runtimenew' or
                                              name.startswith('op_oo'))]
 
 



More information about the Pypy-commit mailing list