[pypy-commit] pypy kill-someobject: make test_newgc pass

fijal noreply at buildbot.pypy.org
Wed Oct 10 18:02:42 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: kill-someobject
Changeset: r57980:c2dd48042f55
Date: 2012-10-10 18:02 +0200
http://bitbucket.org/pypy/pypy/changeset/c2dd48042f55/

Log:	make test_newgc pass

diff --git a/pypy/translator/c/test/test_newgc.py b/pypy/translator/c/test/test_newgc.py
--- a/pypy/translator/c/test/test_newgc.py
+++ b/pypy/translator/c/test/test_newgc.py
@@ -41,7 +41,7 @@
                 print res
             return 0
 
-        t = Translation(main, standalone=True, gc=cls.gcpolicy,
+        t = Translation(main, gc=cls.gcpolicy,
                         taggedpointers=cls.taggedpointers,
                         gcremovetypeptr=cls.removetypeptr)
         t.disable(['backendopt'])


More information about the pypy-commit mailing list