Author: Armin Rigo <[email protected]>
Branch:
Changeset: r61284:541390dc2850
Date: 2013-02-15 19:48 +0100
http://bitbucket.org/pypy/pypy/changeset/541390dc2850/
Log: Add a test_ztranslation.
diff --git a/pypy/module/gc/test/test_ztranslation.py
b/pypy/module/gc/test/test_ztranslation.py
new file mode 100644
--- /dev/null
+++ b/pypy/module/gc/test/test_ztranslation.py
@@ -0,0 +1,4 @@
+from pypy.objspace.fake.checkmodule import checkmodule
+
+def test_checkmodule():
+ checkmodule('gc')
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit