From f014d4f0d1d49fdbfe4217ee410d91657e9b5ced Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 27 Apr 2010 21:36:49 +0200 Subject: [PATCH] extended test --- tests/run/consts.pyx | 2 ++ 1 file changed, 2 insertions(+) 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() -- 2.26.2