[pypy-commit] cffi default: Improve test

2016-10-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r2785:845cf45dafc7 Date: 2016-10-14 10:19 +0200 http://bitbucket.org/cffi/cffi/changeset/845cf45dafc7/ Log:Improve test diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -3700,3 +3700,5 @@ assert

[pypy-commit] cffi default: Improve test, for windows

2012-10-09 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r993:d61a612737ec Date: 2012-10-09 11:42 +0200 http://bitbucket.org/cffi/cffi/changeset/d61a612737ec/ Log:Improve test, for windows diff --git a/testing/test_ffi_backend.py b/testing/test_ffi_backend.py --- a/testing/test_ffi_backend.py