diff options
author | Steven Knight <knight@baldmt.com> | 2003-12-01 13:22:33 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-12-01 13:22:33 (GMT) |
commit | b10359271e155f2f02d71d12d7789fe7649bce84 (patch) | |
tree | 3c76dd8b14cc4ee57e4cb6f6a9d3b44aeaeda3a1 /test/F77PATH.py | |
parent | 25421966e18737ffc349b007d104c53cc4bb88fb (diff) | |
download | SCons-b10359271e155f2f02d71d12d7789fe7649bce84.zip SCons-b10359271e155f2f02d71d12d7789fe7649bce84.tar.gz SCons-b10359271e155f2f02d71d12d7789fe7649bce84.tar.bz2 |
Make the Fortran scanner case-insensitive. (David M. Cooke)
Diffstat (limited to 'test/F77PATH.py')
-rw-r--r-- | test/F77PATH.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/F77PATH.py b/test/F77PATH.py index af3a9c9..340c321 100644 --- a/test/F77PATH.py +++ b/test/F77PATH.py @@ -77,7 +77,7 @@ test.write(['subdir', 'prog.f'], r""" PROGRAM PROG PRINT *, 'subdir/prog.f' - INCLUDE 'foo.f' + include 'foo.f' STOP END """) |