[pypy-svn] r69292 - pypy/trunk/pypy/module/pypyjit/test

cfbolz at codespeak.net cfbolz at codespeak.net
Sat Nov 14 18:35:14 CET 2009


Author: cfbolz
Date: Sat Nov 14 18:35:13 2009
New Revision: 69292

Modified:
   pypy/trunk/pypy/module/pypyjit/test/test_pypy_c.py
Log:
grmpf, copy-paste mistake


Modified: pypy/trunk/pypy/module/pypyjit/test/test_pypy_c.py
==============================================================================
--- pypy/trunk/pypy/module/pypyjit/test/test_pypy_c.py	(original)
+++ pypy/trunk/pypy/module/pypyjit/test/test_pypy_c.py	Sat Nov 14 18:35:13 2009
@@ -279,9 +279,6 @@
         # 1 guard_nonnull_class for the result since it is used later
         assert len(load.get_opnames("guard")) <= 4
 
-        bytecode, = self.get_by_bytecode("STORE_ATTR")
-        assert bytecode.get_opnames() == []
-
     def test_mixed_type_loop(self):
         self.run_source('''
             class A(object):



More information about the Pypy-commit mailing list