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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/distutils/tests/test_fcompiler_gnu.py b/numpy/distutils/tests/test_fcompiler_gnu.py
index 5c47edcb9..a0d191819 100644
--- a/numpy/distutils/tests/test_fcompiler_gnu.py
+++ b/numpy/distutils/tests/test_fcompiler_gnu.py
@@ -19,6 +19,7 @@ gfortran_version_strings = [
('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'),
]
class TestG77Versions(TestCase):