projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2df795
)
test case fix
author
Stefan Behnel
<scoder@users.berlios.de>
Mon, 21 Jan 2008 21:01:58 +0000
(22:01 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Mon, 21 Jan 2008 21:01:58 +0000
(22:01 +0100)
tests/run/r_vree_1.pyx
patch
|
blob
|
history
diff --git
a/tests/run/r_vree_1.pyx
b/tests/run/r_vree_1.pyx
index 74d1ba13bb6b4aac0177ee5aaed6e066f0eaca12..b49420c06aabcae25e25260f6507e8b665334666 100644
(file)
--- a/
tests/run/r_vree_1.pyx
+++ b/
tests/run/r_vree_1.pyx
@@
-15,7
+15,9
@@
__doc__ = """
>>> test(sys.maxint * 2 + 1)
4294967295L
- >>> test(8 ** unsigned_long_size() - 1) > sys.maxint
+ >>> test(256 ** unsigned_long_size() - 1) > 0
+ True
+ >>> test(256 ** unsigned_long_size() - 1) > sys.maxint
True
"""