[pypy-svn] r75166 - pypy/branch/blackhole-improvement/pypy/jit/tool/test

arigo at codespeak.net arigo at codespeak.net
Mon Jun 7 12:06:18 CEST 2010


Author: arigo
Date: Mon Jun  7 12:06:17 2010
New Revision: 75166

Modified:
   pypy/branch/blackhole-improvement/pypy/jit/tool/test/test_jitoutput.py
Log:
Fix test.


Modified: pypy/branch/blackhole-improvement/pypy/jit/tool/test/test_jitoutput.py
==============================================================================
--- pypy/branch/blackhole-improvement/pypy/jit/tool/test/test_jitoutput.py	(original)
+++ pypy/branch/blackhole-improvement/pypy/jit/tool/test/test_jitoutput.py	Mon Jun  7 12:06:17 2010
@@ -41,8 +41,6 @@
     assert info.recorded_ops.calls == 0
     assert info.recorded_ops.pure_calls == 0
     assert info.guards == 1
-    assert info.blackholed_ops.total == 0
-    assert info.blackholed_ops.pure_calls == 0
     assert info.opt_ops == 6
     assert info.opt_guards == 1
     assert info.forcings == 0



More information about the Pypy-commit mailing list