[pypy-svn] r37636 - pypy/dist/pypy/jit/timeshifter/test

pedronis at codespeak.net pedronis at codespeak.net
Tue Jan 30 21:10:36 CET 2007


Author: pedronis
Date: Tue Jan 30 21:10:33 2007
New Revision: 37636

Modified:
   pypy/dist/pypy/jit/timeshifter/test/test_tlc.py
Log:
let the test check a bit more now that it seems we can



Modified: pypy/dist/pypy/jit/timeshifter/test/test_tlc.py
==============================================================================
--- pypy/dist/pypy/jit/timeshifter/test/test_tlc.py	(original)
+++ pypy/dist/pypy/jit/timeshifter/test/test_tlc.py	Tue Jan 30 21:10:33 2007
@@ -35,6 +35,7 @@
                                          [bytecode, 0, n],
                                          policy=P_OOPSPEC)#, backendoptimize=True)
         assert res == expected
+        self.check_insns(malloc=1)
 
     def test_nth_item(self):
         # get the nth item of a chained list



More information about the Pypy-commit mailing list