From: Dag Sverre Seljebotn Date: Mon, 5 Oct 2009 13:22:38 +0000 (+0200) Subject: Blatant ommision X-Git-Tag: 0.13.beta0~2^2~123^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cb43e5e35b3250d0223ffb9f634eb728f80721d4;p=cython.git Blatant ommision --- diff --git a/tests/errors/e_autotestdict.pyx b/tests/errors/e_autotestdict.pyx index 56c4df05..17f12362 100644 --- a/tests/errors/e_autotestdict.pyx +++ b/tests/errors/e_autotestdict.pyx @@ -1,9 +1,9 @@ cimport cython -@cython.doctesthack(False) +@cython.autotestdict(False) def foo(): pass _ERRORS = u""" -4:0: The doctesthack compiler directive is not allowed in function scope +4:0: The autotestdict compiler directive is not allowed in function scope """