diff options
Diffstat (limited to 'test/Fortran')
-rw-r--r-- | test/Fortran/FORTRAN.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Fortran/FORTRAN.py b/test/Fortran/FORTRAN.py index df73ea6..4a2529c 100644 --- a/test/Fortran/FORTRAN.py +++ b/test/Fortran/FORTRAN.py @@ -87,7 +87,7 @@ test.must_match('test08' + _exe, "This is a .FPP file.\n") fc = 'f77' f77 = test.detect_tool(fc) -FTN_LIB = TestSCons.fortran_lib +FTN_LIB = test.gccFortranLibs() if f77: |