Author: Lars Wassermann <[email protected]>
Branch:
Changeset: r386:c3327f072a4f
Date: 2013-05-15 11:19 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/c3327f072a4f/
Log: renamed 4_5 image test to be executed last
diff --git a/spyvm/test/test_in_squeak_4_5_image.py
b/spyvm/test/testsin_squeak_4_5_image.py
rename from spyvm/test/test_in_squeak_4_5_image.py
rename to spyvm/test/testsin_squeak_4_5_image.py
--- a/spyvm/test/test_in_squeak_4_5_image.py
+++ b/spyvm/test/testsin_squeak_4_5_image.py
@@ -6,8 +6,10 @@
def setup():
tools.setup_module(tools, filename='Squeak4.5-12568.image')
- global space = tools.space
- global interp = tools.interp
+ global space
+ global interp
+ space = tools.space
+ interp = tools.interp
def find_symbol_in_methoddict_of(string, s_class):
s_methoddict = s_class.s_methoddict()
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit