Rename p_c_python_binding -> p_binding and bring in api parsing.
[cython.git] / tests / errors / e_func_in_pxd.pyx
index 7453c6e0137b9f35df01e75ab74336744efa3f33..83dc574e87fc78decd748e6f8f5bb0553cde5e0a 100644 (file)
@@ -3,5 +3,5 @@ cimport e_func_in_pxd_support
 _ERRORS = u"""
 1:5: function definition in pxd file must be declared 'cdef inline'
 4:12: inline function definition in pxd file cannot be 'public'
-7:5: inline function definition in pxd file cannot be 'api'
+7:9: inline function definition in pxd file cannot be 'api'
 """