Author: Armin Rigo <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit