Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r68874:2fbd921a57d5
Date: 2014-01-23 21:07 +0100
http://bitbucket.org/pypy/pypy/changeset/2fbd921a57d5/

Log:    Oups, fix this test.

diff --git a/pypy/module/cpyext/test/test_ztranslation.py 
b/pypy/module/cpyext/test/test_ztranslation.py
--- a/pypy/module/cpyext/test/test_ztranslation.py
+++ b/pypy/module/cpyext/test/test_ztranslation.py
@@ -1,4 +1,4 @@
 from pypy.objspace.fake.checkmodule import checkmodule
 
 def test_cpyext_translates():
-    checkmodule('cpyext')
+    checkmodule('cpyext', '_rawffi')
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to