summaryrefslogtreecommitdiff
path: root/tests/run/cpp_class_redef.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/cpp_class_redef.pyx')
-rw-r--r--tests/run/cpp_class_redef.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/cpp_class_redef.pyx b/tests/run/cpp_class_redef.pyx
index 8f0ae3ad5..36cd8ea04 100644
--- a/tests/run/cpp_class_redef.pyx
+++ b/tests/run/cpp_class_redef.pyx
@@ -1,5 +1,5 @@
# mode: run
-# tag: cpp, warnings
+# tag: cpp, warnings, no-cpp-locals
# This gives a warning about the previous .pxd definition, but should not give an error.
cdef cppclass Foo: