Author: Maciej Fijalkowski <[email protected]>
Branch: better-jit-hooks
Changeset: r51071:5b4f622c57aa
Date: 2012-01-06 14:15 +0200
http://bitbucket.org/pypy/pypy/changeset/5b4f622c57aa/

Log:    better than nothing

diff --git a/pypy/module/pypyjit/test/test_ztranslation.py 
b/pypy/module/pypyjit/test/test_ztranslation.py
new file mode 100644
--- /dev/null
+++ b/pypy/module/pypyjit/test/test_ztranslation.py
@@ -0,0 +1,5 @@
+
+from pypy.objspace.fake.checkmodule import checkmodule
+
+def test_pypyjit_translates():
+    checkmodule('pypyjit')
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to