Author: Armin Rigo <ar...@tunes.org> Branch: cffi-1.0 Changeset: r1725:9b29a6a05459 Date: 2015-04-16 10:04 +0200 http://bitbucket.org/cffi/cffi/changeset/9b29a6a05459/
Log: thanks fijal diff --git a/new/test_recompiler.py b/new/test_recompiler.py --- a/new/test_recompiler.py +++ b/new/test_recompiler.py @@ -76,10 +76,10 @@ assert lib.a[42] == 123456 assert lib.a[0] == 9999 -def test_typedef(): +def test_verify_typedef(): ffi = FFI() ffi.cdef("typedef int **foo_t;") - lib = verify(ffi, 'test_typedef', 'typedef int **foo_t;') + lib = verify(ffi, 'test_verify_typedef', 'typedef int **foo_t;') def test_global_var_int(): ffi = FFI() _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit