projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16e4fbd
)
extended test
author
Stefan Behnel
<scoder@users.berlios.de>
Tue, 27 Apr 2010 19:36:49 +0000
(21:36 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Tue, 27 Apr 2010 19:36:49 +0000
(21:36 +0200)
tests/run/consts.pyx
patch
|
blob
|
history
diff --git
a/tests/run/consts.pyx
b/tests/run/consts.pyx
index c1a461c2e6db1dd78a2e58b5ff55d816ad808cb7..02327ad04aa87a6c29db4640efbd0b13fac7884a 100644
(file)
--- 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()