Author: David Schneider <[email protected]>
Branch: disable_merge_different_int_types
Changeset: r49694:b1f7a47053f1
Date: 2011-11-23 17:14 +0100
http://bitbucket.org/pypy/pypy/changeset/b1f7a47053f1/
Log: (arigo, bivab): fix test
diff --git a/pypy/translator/c/test/test_typed.py
b/pypy/translator/c/test/test_typed.py
--- a/pypy/translator/c/test/test_typed.py
+++ b/pypy/translator/c/test/test_typed.py
@@ -261,7 +261,7 @@
f._annspecialcase_ = "specialize:argtype(0)"
def g(n):
if n > 0:
- return f(r_longlong(0))
+ return intmask(f(r_longlong(0)))
else:
return f(0)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit