diff options
Diffstat (limited to 'tests/run/cpp_nonstdint.pyx')
-rw-r--r-- | tests/run/cpp_nonstdint.pyx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/cpp_nonstdint.pyx b/tests/run/cpp_nonstdint.pyx index 62153d190..238107b79 100644 --- a/tests/run/cpp_nonstdint.pyx +++ b/tests/run/cpp_nonstdint.pyx @@ -1,4 +1,4 @@ -# tag: cpp +# tag: cpp, no-cpp-locals cdef extern from "cpp_nonstdint.h": ctypedef int Int24 |