diff options
Diffstat (limited to 'test/Fortran')
-rw-r--r-- | test/Fortran/F77PATH.py | 2 | ||||
-rw-r--r-- | test/Fortran/FORTRANPATH.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Fortran/F77PATH.py b/test/Fortran/F77PATH.py index 2869d27..4dd8f51 100644 --- a/test/Fortran/F77PATH.py +++ b/test/Fortran/F77PATH.py @@ -39,7 +39,7 @@ args = prog + ' ' + variant_prog + ' ' + subdir_prog test = TestSCons.TestSCons() if not test.detect('_F77G', 'g77'): - test.skip_test('Found no $F77 tool; skipping test.\n') + test.skip_test('Could not find a $F77 tool; skipping test.\n') test.subdir('include', 'subdir', diff --git a/test/Fortran/FORTRANPATH.py b/test/Fortran/FORTRANPATH.py index 618bea8..20a92d2 100644 --- a/test/Fortran/FORTRANPATH.py +++ b/test/Fortran/FORTRANPATH.py @@ -39,7 +39,7 @@ args = prog + ' ' + subdir_prog + ' ' + variant_prog test = TestSCons.TestSCons() if not test.detect('_FORTRANG', 'g77'): - test.skip_test('Found no $F77 tool; skipping test.\n') + test.skip_test('Could not find a $F77 tool; skipping test.\n') test.subdir('include', 'subdir', |