summaryrefslogtreecommitdiff
path: root/tests/run/cpp_stl_atomic.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/cpp_stl_atomic.pyx')
-rw-r--r--tests/run/cpp_stl_atomic.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/cpp_stl_atomic.pyx b/tests/run/cpp_stl_atomic.pyx
index e504c70eb..ba187a455 100644
--- a/tests/run/cpp_stl_atomic.pyx
+++ b/tests/run/cpp_stl_atomic.pyx
@@ -1,5 +1,5 @@
# mode: run
-# tag: cpp, cpp11, werror
+# tag: cpp, cpp11, werror, no-cpp-locals
from cython.operator cimport preincrement as incr, dereference as deref
from libc.stdint cimport *