summaryrefslogtreecommitdiff
path: root/tests/run/cfunc_call_tuple_args_T408.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/cfunc_call_tuple_args_T408.pyx')
-rw-r--r--tests/run/cfunc_call_tuple_args_T408.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/cfunc_call_tuple_args_T408.pyx b/tests/run/cfunc_call_tuple_args_T408.pyx
index 165329737..e32eb036c 100644
--- a/tests/run/cfunc_call_tuple_args_T408.pyx
+++ b/tests/run/cfunc_call_tuple_args_T408.pyx
@@ -1,4 +1,4 @@
-# ticket: 408
+# ticket: t408
__doc__ = """
>>> call_with_tuple(1, 1.2, 'test', [1,2,3])