summaryrefslogtreecommitdiff
path: root/numpy/distutils/tests/test_fcompiler_gnu.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/distutils/tests/test_fcompiler_gnu.py')
-rw-r--r--numpy/distutils/tests/test_fcompiler_gnu.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/numpy/distutils/tests/test_fcompiler_gnu.py b/numpy/distutils/tests/test_fcompiler_gnu.py
index a0d191819..ecbd85e76 100644
--- a/numpy/distutils/tests/test_fcompiler_gnu.py
+++ b/numpy/distutils/tests/test_fcompiler_gnu.py
@@ -14,12 +14,8 @@ g77_version_strings = [
]
gfortran_version_strings = [
- ('GNU Fortran 95 (GCC 4.0.3 20051023 (prerelease) (Debian 4.0.2-3))',
- '4.0.3'),
- ('GNU Fortran 95 (GCC) 4.1.0', '4.1.0'),
- ('GNU Fortran 95 (GCC) 4.2.0 20060218 (experimental)', '4.2.0'),
- ('GNU Fortran (GCC) 4.3.0 20070316 (experimental)', '4.3.0'),
- ('GNU Fortran (rubenvb-4.8.0) 4.8.0', '4.8.0'),
+ ('4.8.0', '4.8.0'),
+ ('4.0.3-7', '4.0.3'),
]
class TestG77Versions(TestCase):