[pypy-svn] r46974 - pypy/dist/pypy/translator/cli/test

antocuni at codespeak.net antocuni at codespeak.net
Thu Sep 27 21:58:38 CEST 2007


Author: antocuni
Date: Thu Sep 27 21:58:37 2007
New Revision: 46974

Added:
   pypy/dist/pypy/translator/cli/test/test_weakref.py   (contents, props changed)
Log:
I previously forgot to checkin this!



Added: pypy/dist/pypy/translator/cli/test/test_weakref.py
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/translator/cli/test/test_weakref.py	Thu Sep 27 21:58:37 2007
@@ -0,0 +1,6 @@
+import py
+from pypy.translator.cli.test.runtest import CliTest
+from pypy.rpython.test.test_rweakref import BaseTestRweakref
+
+class TestCliWeakRef(CliTest, BaseTestRweakref):
+    pass


More information about the pypy-svn mailing list