[pypy-commit] pypy list-strategies: fix from merge

alex_gaynor noreply at buildbot.pypy.org
Fri Nov 4 21:41:08 CET 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: list-strategies
Changeset: r48765:a7d33918047a
Date: 2011-11-04 16:40 -0400
http://bitbucket.org/pypy/pypy/changeset/a7d33918047a/

Log:	fix from merge

diff --git a/pypy/objspace/std/test/test_listobject.py b/pypy/objspace/std/test/test_listobject.py
--- a/pypy/objspace/std/test/test_listobject.py
+++ b/pypy/objspace/std/test/test_listobject.py
@@ -413,8 +413,6 @@
         assert not l.__contains__(-20)
         assert not l.__contains__(-21)
 
-=======
->>>>>>> other
     def test_call_list(self):
         assert list('') == []
         assert list('abc') == ['a', 'b', 'c']


More information about the pypy-commit mailing list