Blatant ommision
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Mon, 5 Oct 2009 13:22:38 +0000 (15:22 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Mon, 5 Oct 2009 13:22:38 +0000 (15:22 +0200)
tests/errors/e_autotestdict.pyx

index 56c4df0593c1d56192a440144a0e0030c98f1e1d..17f123624a2b7f4b22f2aa915a75b063472e3b67 100644 (file)
@@ -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
 """