[pypy-commit] pypy gc-del: Remove this GC from the test

arigo noreply at buildbot.pypy.org
Sat Apr 27 16:35:10 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: gc-del
Changeset: r63697:808aa174fe40
Date: 2013-04-27 16:13 +0200
http://bitbucket.org/pypy/pypy/changeset/808aa174fe40/

Log:	Remove this GC from the test

diff --git a/pypy/config/test/test_pypyoption.py b/pypy/config/test/test_pypyoption.py
--- a/pypy/config/test/test_pypyoption.py
+++ b/pypy/config/test/test_pypyoption.py
@@ -24,7 +24,7 @@
 
 
 def test_frameworkgc():
-    for name in ["minimark", "semispace"]:
+    for name in ["minimark"]:
         conf = get_pypy_config()
         assert conf.translation.gctransformer != "framework"
         conf.translation.gc = name


More information about the pypy-commit mailing list