Author: Maciej Fijalkowski <fij...@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'])
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to