summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-11-01 17:04:29 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-11-01 17:04:29 +0100
commitbfcaf163e3dcf472ef2af5dec6ac3fffd0d34e66 (patch)
treef7f50b7edd951f6d26b03072573f43980783c18f
parent010b6c45912d18e585294df5710a77a2821196db (diff)
downloadcython-bfcaf163e3dcf472ef2af5dec6ac3fffd0d34e66.tar.gz
Fix test.0.29.14
-rw-r--r--tests/compile/fused_redeclare_T3111.pyx12
1 files changed, 2 insertions, 10 deletions
diff --git a/tests/compile/fused_redeclare_T3111.pyx b/tests/compile/fused_redeclare_T3111.pyx
index 3dfed9f38..baf932bd4 100644
--- a/tests/compile/fused_redeclare_T3111.pyx
+++ b/tests/compile/fused_redeclare_T3111.pyx
@@ -22,18 +22,10 @@ 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 = """
-22:10: 'cpdef_method' redeclared
-33:10: 'cpdef_cname_method' redeclared
+20:10: 'cpdef_method' redeclared
+31:10: 'cpdef_cname_method' redeclared
446:72: Argument evaluation order in C function call is undefined and may not be as expected
446:72: Argument evaluation order in C function call is undefined and may not be as expected
749:34: Argument evaluation order in C function call is undefined and may not be as expected
749:34: Argument evaluation order in C function call is undefined and may not be as expected
-943:27: Ambiguous exception value, same as default return value: 0
-943:27: Ambiguous exception value, same as default return value: 0
-974:29: Ambiguous exception value, same as default return value: 0
-974:29: Ambiguous exception value, same as default return value: 0
-1002:46: Ambiguous exception value, same as default return value: 0
-1002:46: Ambiguous exception value, same as default return value: 0
-1092:29: Ambiguous exception value, same as default return value: 0
-1092:29: Ambiguous exception value, same as default return value: 0
"""