Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r2593:affdd0df7951
Date: 2016-01-16 11:15 +0100
http://bitbucket.org/cffi/cffi/changeset/affdd0df7951/

Log:    win32

diff --git a/testing/cffi1/test_zdist.py b/testing/cffi1/test_zdist.py
--- a/testing/cffi1/test_zdist.py
+++ b/testing/cffi1/test_zdist.py
@@ -57,7 +57,7 @@
         found_so = None
         for name in os.listdir(curdir):
             if (name.endswith('.so') or name.endswith('.pyd') or
-                name.endswith('.dylib')):
+                name.endswith('.dylib') or name.endswith('.dll')):
                 found_so = os.path.join(curdir, name)
                 # foo.so => foo
                 parts = name.split('.')
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to