From 1d080ecb4b68eb04244e021536bd107169753218 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 11 Nov 2009 08:35:37 +0100 Subject: [PATCH] comment --- tests/run/tp_new.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run/tp_new.pyx b/tests/run/tp_new.pyx index d98ee9a4..729e3007 100644 --- a/tests/run/tp_new.pyx +++ b/tests/run/tp_new.pyx @@ -26,7 +26,7 @@ class MyTypeSubClass(MyType): def __init__(self): print "INIT" -# only this can be safely optimised: +# only these can be safely optimised: @cython.test_assert_path_exists('//PythonCapiCallNode') @cython.test_fail_if_path_exists('//SimpleCallNode/AttributeNode') -- 2.26.2