[pypy-commit] pypy default: newline

fijal noreply at buildbot.pypy.org
Mon Nov 28 09:56:48 CET 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
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)


More information about the pypy-commit mailing list