From d4e239d48817cd17adac4dfc1bec3a80545229a5 Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Sat, 8 Nov 2008 07:11:33 +0000 Subject: Trailing spaces. --- numpy/linalg/tests/test_build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/linalg') diff --git a/numpy/linalg/tests/test_build.py b/numpy/linalg/tests/test_build.py index 95ece5f32..eabe361cf 100644 --- a/numpy/linalg/tests/test_build.py +++ b/numpy/linalg/tests/test_build.py @@ -36,11 +36,11 @@ class FindDependenciesLdd: return founds class TestF77Mismatch(TestCase): - @dec.skipif(not(sys.platform[:5] == 'linux'), + @dec.skipif(not(sys.platform[:5] == 'linux'), "Skipping fortran compiler mismatch on non Linux platform") def test_lapack(self): f = FindDependenciesLdd() - deps = f.grep_dependencies(lapack_lite.__file__, + deps = f.grep_dependencies(lapack_lite.__file__, ['libg2c', 'libgfortran']) self.failIf(len(deps) > 1, """Both g77 and gfortran runtimes linked in lapack_lite ! This is likely to -- cgit v1.2.1