summaryrefslogtreecommitdiff
path: root/tests/run/args_unpacking_in_closure_T658.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/args_unpacking_in_closure_T658.pyx')
-rw-r--r--tests/run/args_unpacking_in_closure_T658.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/args_unpacking_in_closure_T658.pyx b/tests/run/args_unpacking_in_closure_T658.pyx
index 98b57743b..b52d689c9 100644
--- a/tests/run/args_unpacking_in_closure_T658.pyx
+++ b/tests/run/args_unpacking_in_closure_T658.pyx
@@ -1,6 +1,6 @@
# mode: run
# tag: closures
-# ticket: 658
+# ticket: t658
def outer(int x, *args, **kwargs):
"""