From bcb70be9d11375daf397f19b036442739bb15817 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Tue, 15 Dec 2009 02:17:23 -0800 Subject: [PATCH] Fix cpp test running. --- tests/bugs.txt | 1 + tests/compile/{operators.pyx => cpp_operators.pyx} | 0 tests/compile/{templates.pyx => cpp_templates.pyx} | 0 3 files changed, 1 insertion(+) rename tests/compile/{operators.pyx => cpp_operators.pyx} (100%) rename tests/compile/{templates.pyx => cpp_templates.pyx} (100%) diff --git a/tests/bugs.txt b/tests/bugs.txt index ce41eb17..b099473e 100644 --- a/tests/bugs.txt +++ b/tests/bugs.txt @@ -14,3 +14,4 @@ large_consts_T237 bad_c_struct_T252 missing_baseclass_in_predecl_T262 ifelseexpr_T267 +cpp_operators \ No newline at end of file diff --git a/tests/compile/operators.pyx b/tests/compile/cpp_operators.pyx similarity index 100% rename from tests/compile/operators.pyx rename to tests/compile/cpp_operators.pyx diff --git a/tests/compile/templates.pyx b/tests/compile/cpp_templates.pyx similarity index 100% rename from tests/compile/templates.pyx rename to tests/compile/cpp_templates.pyx -- 2.26.2