diff options
author | Robert Kern <robert.kern@gmail.com> | 2008-07-03 08:43:58 +0000 |
---|---|---|
committer | Robert Kern <robert.kern@gmail.com> | 2008-07-03 08:43:58 +0000 |
commit | c8f88c0411203a0d1a09aadef920c563ef54c12a (patch) | |
tree | c56f0999d8202544352b6714d38a599a30ababe8 /numpy/distutils/tests/test_fcompiler_gnu.py | |
parent | 638f015c904d32e0f89604d088731a3ad2daccfd (diff) | |
download | numpy-c8f88c0411203a0d1a09aadef920c563ef54c12a.tar.gz |
Clean up test output such that a completely-passing test suite has no extraneous output.
Diffstat (limited to 'numpy/distutils/tests/test_fcompiler_gnu.py')
-rw-r--r-- | numpy/distutils/tests/test_fcompiler_gnu.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/distutils/tests/test_fcompiler_gnu.py b/numpy/distutils/tests/test_fcompiler_gnu.py index 8158bb749..3d727cd94 100644 --- a/numpy/distutils/tests/test_fcompiler_gnu.py +++ b/numpy/distutils/tests/test_fcompiler_gnu.py @@ -1,8 +1,6 @@ from numpy.testing import * -set_package_path() import numpy.distutils.fcompiler -restore_path() g77_version_strings = [ ('GNU Fortran 0.5.25 20010319 (prerelease)', '0.5.25'), |