summaryrefslogtreecommitdiff
path: root/tests/compile/c_directives.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compile/c_directives.pyx')
-rw-r--r--tests/compile/c_directives.pyx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/compile/c_directives.pyx b/tests/compile/c_directives.pyx
index 0ede90ba8..ee19e652f 100644
--- a/tests/compile/c_directives.pyx
+++ b/tests/compile/c_directives.pyx
@@ -2,6 +2,8 @@
# cython: boundscheck = False
# cython: ignoreme = OK
# cython: warn.undeclared = False
+# cython: test_assert_c_code_has = Generated by Cython
+# cython: test_fail_if_c_code_has = Generated by Python
# This testcase is most useful if you inspect the generated C file