[pypy-svn] r26586 - pypy/dist/pypy/translator/c/test

cfbolz at codespeak.net cfbolz at codespeak.net
Sun Apr 30 00:39:14 CEST 2006


Author: cfbolz
Date: Sun Apr 30 00:39:08 2006
New Revision: 26586

Modified:
   pypy/dist/pypy/translator/c/test/test_boehm.py
Log:
test all boehm tests with the exact boehm too


Modified: pypy/dist/pypy/translator/c/test/test_boehm.py
==============================================================================
--- pypy/dist/pypy/translator/c/test/test_boehm.py	(original)
+++ pypy/dist/pypy/translator/c/test/test_boehm.py	Sun Apr 30 00:39:08 2006
@@ -125,3 +125,9 @@
         # if res is still 0, then we haven't tested anything so fail.
         # it might be the test's fault though.
         assert res > 0
+        
+
+class TestUsingExactBoehm(TestUsingBoehm):
+    from pypy.translator.c.gc import MoreExactBoehmGcPolicy as gcpolicy
+
+



More information about the Pypy-commit mailing list