Author: Antonio Cuni <[email protected]> Branch: faster-rstruct-2 Changeset: r91244:a12006f0de48 Date: 2017-05-11 11:29 +0200 http://bitbucket.org/pypy/pypy/changeset/a12006f0de48/
Log: remove the last remainder of the killed strstorage diff --git a/rpython/jit/backend/x86/test/test_strstorage.py b/rpython/jit/backend/x86/test/test_strstorage.py deleted file mode 100644 --- a/rpython/jit/backend/x86/test/test_strstorage.py +++ /dev/null @@ -1,8 +0,0 @@ -from rpython.jit.backend.x86.test.test_basic import Jit386Mixin -from rpython.jit.metainterp.test.test_strstorage import TestStrStorage as _TestStrStorage - - -class TestStrStorage(Jit386Mixin, _TestStrStorage): - # for the individual tests see - # ====> ../../../metainterp/test/test_strstorage.py - pass _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
