summaryrefslogtreecommitdiff
path: root/tests/errors/uninitialized_lhs.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errors/uninitialized_lhs.pyx')
-rw-r--r--tests/errors/uninitialized_lhs.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errors/uninitialized_lhs.pyx b/tests/errors/uninitialized_lhs.pyx
index 5d5ece854..8550761a4 100644
--- a/tests/errors/uninitialized_lhs.pyx
+++ b/tests/errors/uninitialized_lhs.pyx
@@ -1,7 +1,7 @@
# cython: warn.maybe_uninitialized=True
# mode: error
# tag: werror
-# ticket: 739
+# ticket: t739
def index_lhs(a):
cdef object idx