projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86e1ec6
)
test fix
author
Stefan Behnel
<scoder@users.berlios.de>
Thu, 6 Mar 2008 10:36:52 +0000
(11:36 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Thu, 6 Mar 2008 10:36:52 +0000
(11:36 +0100)
tests/run/pycmp.pyx
patch
|
blob
|
history
diff --git
a/tests/run/pycmp.pyx
b/tests/run/pycmp.pyx
index ef0ece99c5e92d8d95e81e6ba0fc79af4602d0b1..44a5ff9fa9dee7737e4e99ca15f1af5872e24130 100644
(file)
--- a/
tests/run/pycmp.pyx
+++ b/
tests/run/pycmp.pyx
@@
-5,6
+5,8
@@
__doc__ = """
def f():
cdef int bool, int1, int2
+ int1 = 0
+ int2 = 0
obj1 = 1
obj2 = 2
bool = obj1 == obj2