diff options
| author | Armin Rigo <arigo@tunes.org> | 2012-05-26 22:26:31 +0200 |
|---|---|---|
| committer | Armin Rigo <arigo@tunes.org> | 2012-05-26 22:26:31 +0200 |
| commit | e4d94785ada05ce057b182e13d5f1ad86ac9b8f9 (patch) | |
| tree | e36e517e7ffe7e69e2ef43ecf5a0a91d77203da7 /testing/test_function.py | |
| parent | a633d042ea6bfd7cfd3d1753730af2d03c0fc093 (diff) | |
| download | cffi-e4d94785ada05ce057b182e13d5f1ad86ac9b8f9.tar.gz | |
Small edits.
Diffstat (limited to 'testing/test_function.py')
| -rw-r--r-- | testing/test_function.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/test_function.py b/testing/test_function.py index de094db..d17c0d4 100644 --- a/testing/test_function.py +++ b/testing/test_function.py @@ -176,3 +176,9 @@ def test_strchr(): p = ffi.malloc("char[]", "hello world!") q = ffi.C.strchr(p, ord('w')) assert str(q) == "world!" + +def test_function_with_struct_argument(): + xxx + +def test_function_with_struct_return(): + xxx |
