Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: 
Changeset: r49942:12123f742146
Date: 2011-11-29 10:14 +0200
http://bitbucket.org/pypy/pypy/changeset/12123f742146/

Log:    kill a duplicate test

diff --git a/pypy/module/micronumpy/test/test_zjit.py 
b/pypy/module/micronumpy/test/test_zjit.py
--- a/pypy/module/micronumpy/test/test_zjit.py
+++ b/pypy/module/micronumpy/test/test_zjit.py
@@ -333,19 +333,6 @@
                                 'setarrayitem_raw': 1, 'int_add': 2,
                                 'int_lt': 1, 'guard_true': 1, 'jump': 1})
 
-    def define_set_slice():
-        return """
-        a = |30|
-        b = |30|
-        b[:] = a + a
-        b -> 3
-        """
-
-    def test_set_slice(self):
-        result = self.run("set_slice")
-        assert result == 6
-        self.check_loop_count(1)
-
 class TestNumpyOld(LLJitMixin):
     def setup_class(cls):
         py.test.skip("old")
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to