From: Dag Sverre Seljebotn Date: Sat, 2 Apr 2011 19:39:41 +0000 (+0200) Subject: Wrong test tag X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=18f443483590e6217518421380743a222847a567;p=cython.git Wrong test tag --- diff --git a/tests/run/cdef_class_field.pyx b/tests/run/cdef_class_field.pyx index 6b858b7b..eda93247 100644 --- a/tests/run/cdef_class_field.pyx +++ b/tests/run/cdef_class_field.pyx @@ -1,5 +1,6 @@ # mode: run -# tag: cdefclass, #677 +# tag: cdefclass +# ticket: 677 """ >>> str(Foo(4)) '4'