summaryrefslogtreecommitdiff
path: root/tests/run/large_consts_T237.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/large_consts_T237.pyx')
-rw-r--r--tests/run/large_consts_T237.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/large_consts_T237.pyx b/tests/run/large_consts_T237.pyx
index f11a24541..7c448401f 100644
--- a/tests/run/large_consts_T237.pyx
+++ b/tests/run/large_consts_T237.pyx
@@ -1,4 +1,4 @@
-# ticket: 237
+# ticket: t237
#def add_large_c():
# cdef unsigned long long val = 2**30 + 2**30
# return val