diff options
| author | Armin Rigo <arigo@tunes.org> | 2012-05-31 10:57:37 +0200 |
|---|---|---|
| committer | Armin Rigo <arigo@tunes.org> | 2012-05-31 10:57:37 +0200 |
| commit | 6064fc8023c9e776615473e237092f7d9ca8697c (patch) | |
| tree | a412cefb26b2cc84deb5fc1cbd8328b8da98d521 /testing | |
| parent | 24914f953335032c970caa086ad4d3a8ea76308e (diff) | |
| download | cffi-6064fc8023c9e776615473e237092f7d9ca8697c.tar.gz | |
fix test
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/test_cdata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_cdata.py b/testing/test_cdata.py index a9c6364..e2d270c 100644 --- a/testing/test_cdata.py +++ b/testing/test_cdata.py @@ -12,7 +12,7 @@ class FakeBackend(object): def load_library(self, path): return "fake library" - def new_primitive_type(self, ffi, name): + def new_primitive_type(self, name): return FakePrimitiveType(name) class FakePrimitiveType(object): |
