From: Robert Bradshaw Date: Tue, 15 Dec 2009 10:17:23 +0000 (-0800) Subject: Fix cpp test running. X-Git-Tag: 0.13.beta0~353^2~35 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bcb70be9d11375daf397f19b036442739bb15817;p=cython.git Fix cpp test running. --- 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