[pypy-commit] pypy jitframe-on-heap: oops, empty test

fijal noreply at buildbot.pypy.org
Thu Jan 17 14:29:51 CET 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: jitframe-on-heap
Changeset: r60131:39345139bc3f
Date: 2013-01-17 15:29 +0200
http://bitbucket.org/pypy/pypy/changeset/39345139bc3f/

Log:	oops, empty test

diff --git a/pypy/jit/backend/llsupport/test/test_regalloc.py b/pypy/jit/backend/llsupport/test/test_regalloc.py
--- a/pypy/jit/backend/llsupport/test/test_regalloc.py
+++ b/pypy/jit/backend/llsupport/test/test_regalloc.py
@@ -585,6 +585,3 @@
         f3 = BoxFloat()
         floc = fm.loc(f3)
         assert fm.get_loc_index(floc) == 0
-
-    def test_frame_manager_2(self):
-        pass


More information about the pypy-commit mailing list