summaryrefslogtreecommitdiff
path: root/tests/errors/e_public_cdef_private_types.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errors/e_public_cdef_private_types.pyx')
-rw-r--r--tests/errors/e_public_cdef_private_types.pyx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/errors/e_public_cdef_private_types.pyx b/tests/errors/e_public_cdef_private_types.pyx
index 331d6c04f..9d8f55c87 100644
--- a/tests/errors/e_public_cdef_private_types.pyx
+++ b/tests/errors/e_public_cdef_private_types.pyx
@@ -38,6 +38,6 @@ e_public_cdef_private_types.pyx:8:22: Function declared public or api may not ha
e_public_cdef_private_types.pyx:11:19: Function declared public or api may not have private types
e_public_cdef_private_types.pyx:14:5: Function declared public or api may not have private types
e_public_cdef_private_types.pyx:17:5: Function declared public or api may not have private types
-e_public_cdef_private_types.pyx:20:25: Function with optional arguments may not be declared public or api
-e_public_cdef_private_types.pyx:23:22: Function with optional arguments may not be declared public or api
+e_public_cdef_private_types.pyx:20:24: Function with optional arguments may not be declared public or api
+e_public_cdef_private_types.pyx:23:21: Function with optional arguments may not be declared public or api
"""