summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-05-24 12:17:23 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-05-24 12:17:23 +0200
commit606e92b9e115ad02947105453edb6af6c86be54a (patch)
tree1b4275eb620a4a93a84e4b60920344218f3e3e70
parent78eab36d0953c7960dd281a68f688f314af2fccc (diff)
downloadcython-606e92b9e115ad02947105453edb6af6c86be54a.tar.gz
Fix warning output in unrelated test.
-rw-r--r--tests/compile/fused_redeclare_T3111.pyx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/compile/fused_redeclare_T3111.pyx b/tests/compile/fused_redeclare_T3111.pyx
index cdb338af6..571e8f21d 100644
--- a/tests/compile/fused_redeclare_T3111.pyx
+++ b/tests/compile/fused_redeclare_T3111.pyx
@@ -22,9 +22,9 @@ def foo(dtype_t[:] a, dtype_t_out[:, :] b):
# "__pyxutil:16:4: '___pyx_npy_uint8' redeclared". The remaining warnings are
# unrelated to this test.
_WARNINGS = """
-# cpdef redeclaration bug
-22:10: 'cpdef_method' redeclared
-33:10: 'cpdef_cname_method' redeclared
+# cpdef redeclaration bug, from TestCythonScope.pyx
+25:10: 'cpdef_method' redeclared
+36:10: 'cpdef_cname_method' redeclared
# from MemoryView.pyx
984:29: Ambiguous exception value, same as default return value: 0
984:29: Ambiguous exception value, same as default return value: 0