Author: Maciej Fijalkowski <[email protected]>
Branch: callback-jit
Changeset: r59590:510f2a5380eb
Date: 2012-12-27 22:12 +0200
http://bitbucket.org/pypy/pypy/changeset/510f2a5380eb/

Log:    actually check for something

diff --git a/pypy/jit/metainterp/test/test_warmspot.py 
b/pypy/jit/metainterp/test/test_warmspot.py
--- a/pypy/jit/metainterp/test/test_warmspot.py
+++ b/pypy/jit/metainterp/test/test_warmspot.py
@@ -554,6 +554,7 @@
             lltype.free(raw, flavor='raw')
 
         self.meta_interp(main, [])
+        self.check_trace_count(1)
 
 
 class TestLLWarmspot(WarmspotTests, LLJitMixin):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to