summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2012-05-31 10:57:37 +0200
committerArmin Rigo <arigo@tunes.org>2012-05-31 10:57:37 +0200
commit6064fc8023c9e776615473e237092f7d9ca8697c (patch)
treea412cefb26b2cc84deb5fc1cbd8328b8da98d521 /testing
parent24914f953335032c970caa086ad4d3a8ea76308e (diff)
downloadcffi-6064fc8023c9e776615473e237092f7d9ca8697c.tar.gz
fix test
Diffstat (limited to 'testing')
-rw-r--r--testing/test_cdata.py2
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):