From: Stefan Behnel Date: Tue, 27 Apr 2010 19:36:49 +0000 (+0200) Subject: extended test X-Git-Tag: 0.13.beta0~137 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f014d4f0d1d49fdbfe4217ee410d91657e9b5ced;p=cython.git extended test --- diff --git a/tests/run/consts.pyx b/tests/run/consts.pyx index c1a461c2..02327ad0 100644 --- a/tests/run/consts.pyx +++ b/tests/run/consts.pyx @@ -124,6 +124,8 @@ def if_compare_cascaded(): else: return False +@cython.test_fail_if_path_exists("//CoerceToBooleanNode", + "//ListNode") def list_bool_result(): """ >>> list_bool_result()