summaryrefslogtreecommitdiff
path: root/tests/run/str_char_coercion_T412.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/str_char_coercion_T412.pyx')
-rw-r--r--tests/run/str_char_coercion_T412.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/str_char_coercion_T412.pyx b/tests/run/str_char_coercion_T412.pyx
index 6a470e2b7..c1c0ba709 100644
--- a/tests/run/str_char_coercion_T412.pyx
+++ b/tests/run/str_char_coercion_T412.pyx
@@ -1,4 +1,4 @@
-# ticket: 412
+# ticket: t412
cdef int i = 'x'
cdef char c = 'x'