Author: Armin Rigo <[email protected]>
Branch: inline-dict-ops
Changeset: r45913:e2b65a520ac8
Date: 2011-07-23 20:46 +0200
http://bitbucket.org/pypy/pypy/changeset/e2b65a520ac8/

Log:    Fix broken test, sorry.

diff --git a/pypy/jit/codewriter/test/test_jtransform.py 
b/pypy/jit/codewriter/test/test_jtransform.py
--- a/pypy/jit/codewriter/test/test_jtransform.py
+++ b/pypy/jit/codewriter/test/test_jtransform.py
@@ -510,7 +510,7 @@
 
 def test_rename_on_links():
     v1 = Variable()
-    v2 = Variable()
+    v2 = Variable(); v2.concretetype = llmemory.Address
     v3 = Variable()
     block = Block([v1])
     block.operations = [SpaceOperation('cast_pointer', [v1], v2)]
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to