Author: Philip Jenvey <[email protected]>
Branch: length-hint
Changeset: r57328:af58475ff953
Date: 2012-09-13 12:25 -0700
http://bitbucket.org/pypy/pypy/changeset/af58475ff953/

Log:    reorder

diff --git a/pypy/rlib/test/test_objectmodel.py 
b/pypy/rlib/test/test_objectmodel.py
--- a/pypy/rlib/test/test_objectmodel.py
+++ b/pypy/rlib/test/test_objectmodel.py
@@ -539,8 +539,8 @@
         if op.opname == 'direct_call':
             break
     call_name = op.args[0].value._obj.graph.name
+    assert call_name.startswith('_ll_list_resize_hint')
     call_arg2 = op.args[2].value
-    assert call_name.startswith('_ll_list_resize_hint')
     assert call_arg2 == 39
 
 def test_resizelist_hint_len():
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to