Author: Armin Rigo <[email protected]>
Branch: int-float-list-strategy
Changeset: r78394:be46d1ff397d
Date: 2015-07-01 23:54 +0200
http://bitbucket.org/pypy/pypy/changeset/be46d1ff397d/
Log: These two cases are now implemented
diff --git a/pypy/objspace/std/test/test_liststrategies.py
b/pypy/objspace/std/test/test_liststrategies.py
--- a/pypy/objspace/std/test/test_liststrategies.py
+++ b/pypy/objspace/std/test/test_liststrategies.py
@@ -893,8 +893,6 @@
# lst = [0]; lst += [1.2, 3]
# lst = [1.2]; lst += [0]
# lst = [1.2]; lst += [0, 3.4]
- # lst = [0, 1.2]; lst += [3]
- # lst = [0, 1.2]; lst += [3.4]
def test_int_or_float_setslice(self):
space = self.space
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit