[pypy-svn] r71151 - pypy/trunk/pypy/jit/backend/x86/test
benjamin at codespeak.net
benjamin at codespeak.net
Sun Feb 7 20:37:52 CET 2010
Author: benjamin
Date: Sun Feb 7 20:37:51 2010
New Revision: 71151
Modified:
pypy/trunk/pypy/jit/backend/x86/test/test_assembler.py
Log:
I assume FakeProfileAgent was meant here
Modified: pypy/trunk/pypy/jit/backend/x86/test/test_assembler.py
==============================================================================
--- pypy/trunk/pypy/jit/backend/x86/test/test_assembler.py (original)
+++ pypy/trunk/pypy/jit/backend/x86/test/test_assembler.py Sun Feb 7 20:37:51 2010
@@ -258,7 +258,7 @@
return FakeMC(200 * (self.count - 1))
def test_mc_wrapper_profile_agent():
- agent = ProfileAgent()
+ agent = FakeProfileAgent()
mc = FakeMCWrapper(100, agent)
mc.start_function("abc")
mc.writechr("x")
More information about the Pypy-commit
mailing list