Author: Anton Gulenko <[email protected]>
Branch: storage
Changeset: r718:478cf6a974a4
Date: 2014-03-28 17:49 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/478cf6a974a4/
Log: Fixed test.
diff --git a/spyvm/test/test_zin_squeak_4_5_image.py
b/spyvm/test/test_zin_squeak_4_5_image.py
--- a/spyvm/test/test_zin_squeak_4_5_image.py
+++ b/spyvm/test/test_zin_squeak_4_5_image.py
@@ -68,8 +68,8 @@
w('ensure'), space.w_BlockClosure])
# create a frame for our newly crafted method with a valid sender (to
avoid raising returnFromTop to early)
- s_initial_frame = create_method_shadow(chr(0x7c)).create_frame(space,
w(0), [])
- w_frame = s_method.create_frame(space, w(0), [],
sender=s_initial_frame).w_self()
+ s_initial_frame = create_method_shadow(chr(0x7c)).create_frame(w(0), [])
+ w_frame = s_method.create_frame(w(0), [], sender=s_initial_frame).w_self()
try:
interp.loop(w_frame)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit