Author: mattip <[email protected]>
Branch:
Changeset: r61100:620e4dab1ebe
Date: 2013-02-11 20:43 +0200
http://bitbucket.org/pypy/pypy/changeset/620e4dab1ebe/
Log: fix test for 32 bit
diff --git a/pypy/module/micronumpy/test/test_dtypes.py
b/pypy/module/micronumpy/test/test_dtypes.py
--- a/pypy/module/micronumpy/test/test_dtypes.py
+++ b/pypy/module/micronumpy/test/test_dtypes.py
@@ -501,7 +501,7 @@
from math import isnan
assert isnan(numpy.float32(None))
assert isnan(numpy.float64(None))
- assert isnan(numpy.float128(None))
+ assert isnan(numpy.longdouble(None))
def test_longfloat(self):
import _numpypy as numpy
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit