Author: Maciej Fijalkowski <[email protected]>
Branch: remove-array-smm
Changeset: r64022:9c0214035486
Date: 2013-05-13 01:19 +0200
http://bitbucket.org/pypy/pypy/changeset/9c0214035486/
Log: add test_ztranslation here (that passes and translation fails, but
well)
diff --git a/pypy/module/array/test/test_ztranslation.py
b/pypy/module/array/test/test_ztranslation.py
new file mode 100644
--- /dev/null
+++ b/pypy/module/array/test/test_ztranslation.py
@@ -0,0 +1,6 @@
+
+from pypy.objspace.fake.checkmodule import checkmodule
+
+def test_checkmodule():
+ checkmodule('struct')
+
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit