Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r49880:3f56396d0ea2
Date: 2011-11-28 10:44 +0200
http://bitbucket.org/pypy/pypy/changeset/3f56396d0ea2/

Log:    newline

diff --git a/pypy/module/micronumpy/test/test_numarray.py 
b/pypy/module/micronumpy/test/test_numarray.py
--- a/pypy/module/micronumpy/test/test_numarray.py
+++ b/pypy/module/micronumpy/test/test_numarray.py
@@ -1092,4 +1092,4 @@
         assert a.dtype is dtype(float)
         a = arange(0, 0.8, 0.1)
         assert len(a) == 8
-        assert arange(False, True, True).dtype is dtype(int)
\ No newline at end of file
+        assert arange(False, True, True).dtype is dtype(int)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to