[pypy-commit] pypy default: Remove this file, exact copy of test_rzpy_vmprof.py

arigo pypy.commits at gmail.com
Wed Jun 8 03:44:54 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r85024:b98430da0285
Date: 2016-06-08 09:36 +0200
http://bitbucket.org/pypy/pypy/changeset/b98430da0285/

Log:	Remove this file, exact copy of test_rzpy_vmprof.py

diff --git a/rpython/jit/backend/x86/test/test_zvmprof.py b/rpython/jit/backend/x86/test/test_zvmprof.py
deleted file mode 100644
--- a/rpython/jit/backend/x86/test/test_zvmprof.py
+++ /dev/null
@@ -1,7 +0,0 @@
-
-from rpython.jit.backend.llsupport.test.zrpy_vmprof_test import CompiledVmprofTest
-
-class TestZVMprof(CompiledVmprofTest):
-    
-    gcrootfinder = "shadowstack"
-    gc = "incminimark"
\ No newline at end of file


More information about the pypy-commit mailing list