summaryrefslogtreecommitdiff
path: root/tests/run/cyfunction_METH_O_GH1728.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/cyfunction_METH_O_GH1728.pyx')
-rw-r--r--tests/run/cyfunction_METH_O_GH1728.pyx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run/cyfunction_METH_O_GH1728.pyx b/tests/run/cyfunction_METH_O_GH1728.pyx
index 621fc565f..5b3b0779b 100644
--- a/tests/run/cyfunction_METH_O_GH1728.pyx
+++ b/tests/run/cyfunction_METH_O_GH1728.pyx
@@ -8,9 +8,9 @@ cdef class TestMethodOneArg:
def call_meth(x):
"""
- >>> call_meth(TestMethodOneArg())
+ >>> call_meth(TestMethodOneArg()) # doctest: +ELLIPSIS
Traceback (most recent call last):
...
- TypeError: meth() takes exactly one argument (0 given)
+ TypeError: meth() takes exactly ... argument (0 given)
"""
return x.meth()