Author: Maciej Fijalkowski <[email protected]>
Branch: remove-array-smm
Changeset: r64044:ead38baf8c3e
Date: 2013-05-13 21:56 +0200
http://bitbucket.org/pypy/pypy/changeset/ead38baf8c3e/
Log: Oops (thanks amaury)
diff --git a/pypy/module/array/test/test_ztranslation.py
b/pypy/module/array/test/test_ztranslation.py
--- a/pypy/module/array/test/test_ztranslation.py
+++ b/pypy/module/array/test/test_ztranslation.py
@@ -2,5 +2,5 @@
from pypy.objspace.fake.checkmodule import checkmodule
def test_checkmodule():
- checkmodule('struct')
+ checkmodule('array')
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit