diff options
Diffstat (limited to 'tests/run/cpp_template_ref_args.pyx')
-rw-r--r-- | tests/run/cpp_template_ref_args.pyx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/cpp_template_ref_args.pyx b/tests/run/cpp_template_ref_args.pyx index c98c077ef..754122454 100644 --- a/tests/run/cpp_template_ref_args.pyx +++ b/tests/run/cpp_template_ref_args.pyx @@ -1,4 +1,4 @@ -# tag: cpp +# tag: cpp, no-cpp-locals from libcpp.vector cimport vector |