Author: Armin Rigo <[email protected]>
Branch:
Changeset: r85881:82337b9d2b0a
Date: 2016-07-27 19:27 +0200
http://bitbucket.org/pypy/pypy/changeset/82337b9d2b0a/
Log: Test fix for 7087aa60a936
diff --git a/rpython/jit/metainterp/test/test_memmgr.py
b/rpython/jit/metainterp/test/test_memmgr.py
--- a/rpython/jit/metainterp/test/test_memmgr.py
+++ b/rpython/jit/metainterp/test/test_memmgr.py
@@ -248,8 +248,8 @@
tokens = [t() for t in get_stats().jitcell_token_wrefs]
# Some loops have been freed
assert None in tokens
- # Loop with number 0, h(), has not been freed
- assert 0 in [t.number for t in tokens if t]
+ # Loop with number 1, h(), has not been freed
+ assert 1 in [t.number for t in tokens if t]
# ____________________________________________________________
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit