Author: Alex Gaynor <[email protected]>
Branch: jit-dynamic-getarrayitem
Changeset: r49381:27cd35fd7358
Date: 2011-11-13 15:44 -0500
http://bitbucket.org/pypy/pypy/changeset/27cd35fd7358/

Log:    missing attr

diff --git a/pypy/jit/backend/x86/test/test_fficall.py 
b/pypy/jit/backend/x86/test/test_fficall.py
--- a/pypy/jit/backend/x86/test/test_fficall.py
+++ b/pypy/jit/backend/x86/test/test_fficall.py
@@ -5,4 +5,4 @@
 class TestFfiCall(Jit386Mixin, test_fficall.FfiCallTests):
     # for the individual tests see
     # ====> ../../../metainterp/test/test_fficall.py
-    pass
+    supports_all = True
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to