Merged pull request #12 from bhy/T423.
[cython.git] / tests / errors / e_tempcast.pyx
index a68b688afe98defb094ceeedaa257c52290ebe55..ff89915e2e8d0e3c0330cf4f83d3988bdbc24eb3 100644 (file)
@@ -8,5 +8,5 @@ def foo(obj):
        p = <void *>(obj + blarg) # error - temporary
 
 _ERRORS = u"""
-6:5: Casting temporary Python object to non-numeric non-Python type
+8:5: Casting temporary Python object to non-numeric non-Python type
 """