summaryrefslogtreecommitdiffstats
path: root/test/F77FLAGS.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-05-02 04:09:02 (GMT)
committerSteven Knight <knight@baldmt.com>2003-05-02 04:09:02 (GMT)
commit77568a787451a72ef62198db424ac62bbaf50294 (patch)
tree1c9a820e32ea1a4eb89d70d9ef895ed6557cb2a4 /test/F77FLAGS.py
parent8adc0857c2ebd976314a29ca338d6ce82ece251f (diff)
downloadSCons-77568a787451a72ef62198db424ac62bbaf50294.zip
SCons-77568a787451a72ef62198db424ac62bbaf50294.tar.gz
SCons-77568a787451a72ef62198db424ac62bbaf50294.tar.bz2
Fix regression tests that use test.whereis(). (Anthony Roach)
Diffstat (limited to 'test/F77FLAGS.py')
-rw-r--r--test/F77FLAGS.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/F77FLAGS.py b/test/F77FLAGS.py
index b72c618..6b9253b 100644
--- a/test/F77FLAGS.py
+++ b/test/F77FLAGS.py
@@ -147,7 +147,7 @@ test.fail_test(test.read('test6' + _exe) != " -x -c\nThis is a .FPP file.\n")
-g77 = test.where_is('g77')
+g77 = test.detect('F77', 'g77')
FTN_LIB = TestSCons.fortran_lib
if g77: