[pypy-svn] r46977 - pypy/dist/pypy/translator/jvm/test

niko at codespeak.net niko at codespeak.net
Thu Sep 27 22:19:03 CEST 2007


Author: niko
Date: Thu Sep 27 22:19:03 2007
New Revision: 46977

Added:
   pypy/dist/pypy/translator/jvm/test/test_weakref.py
Log:
add tests for jvm weakrefs

Added: pypy/dist/pypy/translator/jvm/test/test_weakref.py
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/translator/jvm/test/test_weakref.py	Thu Sep 27 22:19:03 2007
@@ -0,0 +1,6 @@
+import py
+from pypy.translator.jvm.test.runtest import JvmTest
+from pypy.rpython.test.test_rweakref import BaseTestRweakref
+
+class TestJvmException(JvmTest, BaseTestRweakref):
+    pass
\ No newline at end of file



More information about the Pypy-commit mailing list