From cb43e5e35b3250d0223ffb9f634eb728f80721d4 Mon Sep 17 00:00:00 2001 From: Dag Sverre Seljebotn Date: Mon, 5 Oct 2009 15:22:38 +0200 Subject: [PATCH] Blatant ommision --- tests/errors/e_autotestdict.pyx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 """ -- 2.26.2