Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r2958:28290fb948f1
Date: 2017-05-31 18:26 +0200
http://bitbucket.org/cffi/cffi/changeset/28290fb948f1/

Log:    no-op, but avoids confusion because these two are always listed in
        the opposite order elsewhere

diff --git a/testing/cffi1/test_new_ffi_1.py b/testing/cffi1/test_new_ffi_1.py
--- a/testing/cffi1/test_new_ffi_1.py
+++ b/testing/cffi1/test_new_ffi_1.py
@@ -1704,8 +1704,8 @@
             "ptrdiff_t",
             "size_t",
             "ssize_t",
+            'float _Complex',
             'double _Complex',
-            'float _Complex',
             ])
         for name in PRIMITIVE_TO_INDEX:
             x = ffi.sizeof(name)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to