Author: Maciej Fijalkowski <[email protected]>
Branch: optresult
Changeset: r77807:ccfdbf0b97ce
Date: 2015-06-03 09:41 +0200
http://bitbucket.org/pypy/pypy/changeset/ccfdbf0b97ce/
Log: fix test_blackhole
diff --git a/rpython/jit/metainterp/test/test_blackhole.py
b/rpython/jit/metainterp/test/test_blackhole.py
--- a/rpython/jit/metainterp/test/test_blackhole.py
+++ b/rpython/jit/metainterp/test/test_blackhole.py
@@ -130,7 +130,7 @@
def start_blackhole(): pass
@staticmethod
def end_blackhole(): pass
- last_exc_value_box = None
+ last_exc_value = None
framestack = [MyMIFrame()]
MyMetaInterp.staticdata.blackholeinterpbuilder = getblackholeinterp(
{'int_add/ii>i': 0, 'int_return/i': 1}).builder
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit