Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r58327:bfe7293f68c5
Date: 2012-10-21 19:22 +0200
http://bitbucket.org/pypy/pypy/changeset/bfe7293f68c5/

Log:    pfff sorry

diff --git a/pypy/objspace/flow/test/test_objspace.py 
b/pypy/objspace/flow/test/test_objspace.py
--- a/pypy/objspace/flow/test/test_objspace.py
+++ b/pypy/objspace/flow/test/test_objspace.py
@@ -1132,7 +1132,9 @@
         def f(x, y):
             lst[x] += y
         graph = self.codetest(f)
-        assert self.all_operations(graph) == {'xxx': 1}
+        assert self.all_operations(graph) == {'getitem': 1,
+                                              'inplace_add': 1,
+                                              'setitem': 1}
 
 DATA = {'x': 5,
         'y': 6}
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to