summaryrefslogtreecommitdiff
path: root/tests/run/cpp_stl_list.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/cpp_stl_list.pyx')
-rw-r--r--tests/run/cpp_stl_list.pyx3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/run/cpp_stl_list.pyx b/tests/run/cpp_stl_list.pyx
index 59367e2f5..eceb5420a 100644
--- a/tests/run/cpp_stl_list.pyx
+++ b/tests/run/cpp_stl_list.pyx
@@ -1,5 +1,5 @@
# mode: run
-# tag: cpp, werror
+# tag: cpp, werror, no-cpp-locals
from cython.operator cimport dereference as deref
from cython.operator cimport preincrement as incr
@@ -106,7 +106,6 @@ cdef list to_pylist(cpp_list[int]& l):
incr(it)
return L
-
def item_ptr_test(L, int x):
"""
>>> item_ptr_test(range(10), 100)