diff options
| author | Armin Rigo <arigo@tunes.org> | 2015-05-17 10:00:14 +0200 |
|---|---|---|
| committer | Armin Rigo <arigo@tunes.org> | 2015-05-17 10:00:14 +0200 |
| commit | 48d677b2578080c605794afd08736176b3c8f928 (patch) | |
| tree | 086c5f2367dfb1989cdd41aacd675afb26bfc1e2 /testing/test_function.py | |
| parent | acf8dc3c0a4a389d3e89732a9fa96cff3abace83 (diff) | |
| parent | cb8e0566f3bf8f905324c6e77a00201fc6a9ab52 (diff) | |
| download | cffi-release-0.9.tar.gz | |
hg merge defaultrelease-0.9
Diffstat (limited to 'testing/test_function.py')
| -rw-r--r-- | testing/test_function.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/test_function.py b/testing/test_function.py index 8edd4ae..d87bafb 100644 --- a/testing/test_function.py +++ b/testing/test_function.py @@ -292,7 +292,6 @@ class TestFunction(object): assert ffi.string(a) == b'4.4.4.4' def test_function_typedef(self): - py.test.skip("using really obscure C syntax") ffi = FFI(backend=self.Backend()) ffi.cdef(""" typedef double func_t(double); |
