summaryrefslogtreecommitdiff
path: root/tests/compile/cpp_temp_assignment.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compile/cpp_temp_assignment.pyx')
-rw-r--r--tests/compile/cpp_temp_assignment.pyx5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/compile/cpp_temp_assignment.pyx b/tests/compile/cpp_temp_assignment.pyx
index 296fedce9..58ae39a70 100644
--- a/tests/compile/cpp_temp_assignment.pyx
+++ b/tests/compile/cpp_temp_assignment.pyx
@@ -1,5 +1,8 @@
# tag: cpp,cpp11
-# mode: compile
+# mode: compile
+# tag: no-cpp-locals
+# TODO cpp_locals works fine with the standard library that comes with gcc11
+# but not with gcc8. Therefore disable the test for now
cdef extern from *:
"""